Click or drag to resize

DockingElementFindPageElement Method

Find the docking element that contains the named page.

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 IDockingElement FindPageElement(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of the page.

Return Value

Type: IDockingElement
IDockingElement reference if page is found; otherwise null.

Implements

IDockingElementFindPageElement(String)
See Also