Click or drag to resize

DockingElementPropogateBoolState Method

Propogates a boolean state request down the hierarchy of docking elements.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual Nullable<bool> PropogateBoolState(
	DockingPropogateBoolState state,
	string uniqueName
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateBoolState
Boolean state that is requested to be recovered.
uniqueName
Type: SystemString
Unique name of the page the request relates to.

Return Value

Type: NullableBoolean
True/False if state is known; otherwise null indicating no information available.

Implements

IDockingElementPropogateBoolState(DockingPropogateBoolState, String)
See Also