Click or drag to resize

DockingElementPropogatePageList Method

Propogates a page list request down the hierarchy of docking elements.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void 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.

Implements

IDockingElementPropogatePageList(DockingPropogatePageList, KryptonPageCollection)
See Also