Click or drag to resize

KryptonDockingAutoHiddenGroupPropogateAction(DockingPropogateAction, String) 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#
public override void PropogateAction(
	DockingPropogateAction action,
	string[] uniqueNames
)

Parameters

action  DockingPropogateAction
Action that is requested to be performed.
uniqueNames  String
Array of unique names of the pages the action relates to.

Implements

IDockingElementPropogateAction(DockingPropogateAction, String)
See Also