IDockingElementFindDockingFloating Method |
Find a floating docking 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)
SyntaxKryptonDockingFloating FindDockingFloating(
string uniqueName
)
Parameters
- uniqueName String
- Named page for which a suitable floating element is required.
Return Value
KryptonDockingFloatingKryptonDockingFloating reference if found; otherwise false.
See Also