KryptonWorkspacePageForUniqueName Method |
Find the page with the contained unique name.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonPage PageForUniqueName(
string uniqueName
)
Parameters
- uniqueName String
- Unique name to search for.
Return Value
KryptonPagePage containing unique name;otherwise null.
See Also