Click or drag to resize

KryptonDockingEdgeAutoHiddenFindDockingEdgeAutoHidden Method

Find a edge auto hidden element by searching the hierarchy.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override KryptonDockingEdgeAutoHidden FindDockingEdgeAutoHidden(
	string uniqueName
)

Parameters

uniqueName  String
Named page for which a suitable auto hidden edge element is required.

Return Value

KryptonDockingEdgeAutoHidden
KryptonDockingEdgeAutoHidden reference if found; otherwise false.

Implements

IDockingElementFindDockingEdgeAutoHidden(String)
See Also