KryptonDockingManagerPageForUniqueName Method |
Find the page reference that has the requested unique name.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: 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 of page that should be found.
Return Value
KryptonPageReference to page if the named page exists in the docking hierarchy; otherwise false.
See Also