Click or drag to resize

KryptonDockingFloatingFindDockingFloating Method

Find a floating docking 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 override KryptonDockingFloating FindDockingFloating(
	string uniqueName
)

Parameters

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

Return Value

Type: KryptonDockingFloating
KryptonDockingFloating reference if found; otherwise false.

Implements

IDockingElementFindDockingFloating(String)
See Also