Click or drag to resize

KryptonDockingManagerPageForUniqueName Method

Find the page reference that has the requested unique name.

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 KryptonPage PageForUniqueName(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of page that should be found.

Return Value

Type: KryptonPage
Reference to page if the named page exists in the docking hierarchy; otherwise false.
See Also