IDockingElementPropogateAction(DockingPropogateAction, KryptonPage) 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,
KryptonPage[] pages
)
Parameters
- action DockingPropogateAction
- Action that is requested to be performed.
- pages KryptonPage
- Array of pages the action relates to.
See Also