IDockingElementFindDockingEdgeAutoHidden 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: 2024.1.1.0 (2024.1.1.0)
Syntax KryptonDockingEdgeAutoHidden FindDockingEdgeAutoHidden(
string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
Named page for which a suitable auto hidden edge element is required.
Return Value
Type:
KryptonDockingEdgeAutoHiddenKryptonDockingEdgeAutoHidden reference if found; otherwise false.
See Also