IDockingElementPropogateCellList Method |
Propogates a workspace cell list 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 PropogateCellList(
DockingPropogateCellList state,
KryptonWorkspaceCellList cells
)
Parameters
- state DockingPropogateCellList
- Request that should result in the cells collection being modified.
- cells KryptonWorkspaceCellList
- Cells collection for modification by the docking elements.
See Also