Click or drag to resize

DockingElementPropogateAction Method (DockingPropogateAction, Int32)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void PropogateAction(
	DockingPropogateAction action,
	int value
)

Parameters

action
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateAction
Action that is requested to be performed.
value
Type: SystemInt32
Integer value associated with the request.

Implements

IDockingElementPropogateAction(DockingPropogateAction, Int32)
See Also