IDockingElementPropogatePageList Method |
Propogates a page 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 PropogatePageList(
DockingPropogatePageList state,
KryptonPageCollection pages
)
Parameters
- state DockingPropogatePageList
- Request that should result in pages collection being modified.
- pages KryptonPageCollection
- Pages collection for modification by the docking elements.
See Also