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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void PropogateIntState(
	DockingPropogateIntState state,
	ref int value
)

Parameters

state  DockingPropogateIntState
Integer state that is requested to be recovered.
value  Int32
Value discovered from matching

Implements

IDockingElementPropogateIntState(DockingPropogateIntState, Int32)
See Also