Click or drag to resize

DockingLocation Enumeration

Specifies the current docking location of a page.

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 enum DockingLocation
Members
  Member nameValueDescription
AutoHidden0Specifies the page is auto hidden against a control edge.
Docked1Specifies the page is docked against a control edge.
Floating2Specifies the page is inside a floating window.
Workspace3Specifies the page is inside a standalone workspace.
Navigator4Specifies the page is inside a standalone navigator.
Custom5Specifies the page is part of a custom extension.
None6Specifies the page is not inside the docking hierarchy.
See Also