Click or drag to resize

KryptonDockingNavigatorPropogatePageState Method

Propogates a page 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 override KryptonPage PropogatePageState(
	DockingPropogatePageState state,
	string uniqueName
)

Parameters

state  DockingPropogatePageState
Request that should result in a page reference if found.
uniqueName  String
Unique name of the page the request relates to.

Return Value

KryptonPage
Reference to page that matches the request; otherwise null.

Implements

IDockingElementPropogatePageState(DockingPropogatePageState, String)
See Also