IDockingElementPropogateIntState Method |
Propogates an integer 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)
Syntaxvoid PropogateIntState(
DockingPropogateIntState state,
ref int value
)
Parameters
- state DockingPropogateIntState
- Integer state that is requested to be recovered.
- value Int32
- Value discovered from matching
See Also