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: 2024.1.1.0 (2024.1.1.0)
Syntax public KryptonWorkspaceCell CellForUniqueName(
string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
Unique name to search for.
Return Value
Type:
KryptonWorkspaceCellCell containing unique name;otherwise null.
See Also