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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void PropogatePageList(
	DockingPropogatePageList state,
	KryptonPageCollection pages
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogatePageList
Request that should result in pages collection being modified.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageCollection
Pages collection for modification by the docking elements.

Implements

IDockingElementPropogatePageList(DockingPropogatePageList, KryptonPageCollection)
See Also