Click or drag to resize

DockingElementPropogatePageState 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonPage PropogatePageState(
	DockingPropogatePageState state,
	string uniqueName
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogatePageState
Request that should result in a page reference if found.
uniqueName
Type: SystemString
Unique name of the page the request relates to.

Return Value

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

Implements

IDockingElementPropogatePageState(DockingPropogatePageState, String)
See Also