Click or drag to resize

IDockingElementPropogateAction(DockingPropogateAction, Int32) Method

Propogates an action 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#
void PropogateAction(
	DockingPropogateAction action,
	int value
)

Parameters

action  DockingPropogateAction
Action that is requested to be performed.
value  Int32
Integer value associated with the request.
See Also