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