IDockingElementPropogateAction(DockingPropogateAction, Int32) 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,
int value
)
Parameters
- action DockingPropogateAction
- Action that is requested to be performed.
- value Int32
- Integer value associated with the request.
See Also