IDockingElementPropogateAction(DockingPropogateAction, String) Method |
Propogates an action request down the hierarchy of docking elements.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid 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.
See Also