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