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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public KryptonWorkspaceCell CellForUniqueName(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name to search for.

Return Value

Type: KryptonWorkspaceCell
Cell containing unique name;otherwise null.
See Also