KryptonDockingManagerContainsPage Method (String) |
Determines if the provided page is present in the docking hierarchy.
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 bool ContainsPage(
string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
Unique name of page that should be found.
Return Value
Type:
BooleanTrue if the page is present; otherwise false.
See Also