IDockingElementPropogateBoolState Method |
Propogates a boolean state request down the hierarchy of docking elements.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool? PropogateBoolState(
DockingPropogateBoolState state,
string uniqueName
)
Parameters
- state DockingPropogateBoolState
- Boolean state that is requested to be recovered.
- uniqueName String
- Unique name of the page the request relates to.
Return Value
NullableBooleanTrue/False if state is known; otherwise null indicating no information available.
See Also