Click or drag to resize

IDockingElementPropogateIntState Method

Propogates an integer 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#
void PropogateIntState(
	DockingPropogateIntState state,
	ref int value
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateIntState
Integer state that is requested to be recovered.
value
Type: SystemInt32
Value discovered from matching
See Also