Click or drag to resize

DockingElementPropogateIntState 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#
public virtual 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

Implements

IDockingElementPropogateIntState(DockingPropogateIntState, Int32)
See Also