Click or drag to resize

KryptonWorkspaceCellForUniqueName Method

Find the cell that has a page with the contained unique name.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonWorkspaceCell CellForUniqueName(
	string uniqueName
)

Parameters

uniqueName  String
Unique name to search for.

Return Value

KryptonWorkspaceCell
Cell containing unique name;otherwise null.
See Also