Click or drag to resize

DockingElementPropogateAction Method (DockingPropogateAction, String)

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,
	string[] uniqueNames
)

Parameters

action
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateAction
Action that is requested to be performed.
uniqueNames
Type: SystemString
Array of unique names of the pages the action relates to.

Implements

IDockingElementPropogateAction(DockingPropogateAction, String)
See Also