Click or drag to resize

KryptonDockingEdgeDockedFindDockingEdgeDocked Method

Find a edge docked 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 KryptonDockingEdgeDocked FindDockingEdgeDocked(
	string uniqueName
)

Parameters

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

Return Value

KryptonDockingEdgeDocked
KryptonDockingEdgeDocked reference if found; otherwise false.

Implements

IDockingElementFindDockingEdgeDocked(String)
See Also