Click or drag to resize

DockingElementFindDockingNavigator Method

Find a navigator element by searching the 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
C#
public virtual KryptonDockingNavigator FindDockingNavigator(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Named page for which a suitable navigator element is required.

Return Value

Type: KryptonDockingNavigator
KryptonDockingNavigator reference if found; otherwise false.

Implements

IDockingElementFindDockingNavigator(String)
See Also