IDockingElementFindDockingNavigator Method |
Find a navigator element by searching the hierarchy.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxKryptonDockingNavigator FindDockingNavigator(
string uniqueName
)
Parameters
- uniqueName String
- Named page for which a suitable navigator element is required.
Return Value
KryptonDockingNavigatorKryptonDockingNavigator reference if found; otherwise false.
See Also