Click or drag to resize

KryptonWorkspacePageForUniqueName Method

Find the page with the contained unique name.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
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 to search for.

Return Value

Type: KryptonPage
Page containing unique name;otherwise null.
See Also