DockingLocation Enumeration |
Specifies the current docking location of a page.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum DockingLocation
Members| Member name | Value | Description |
|---|
| AutoHidden | 0 | Specifies the page is auto hidden against a control edge. |
| Docked | 1 | Specifies the page is docked against a control edge. |
| Floating | 2 | Specifies the page is inside a floating window. |
| Workspace | 3 | Specifies the page is inside a standalone workspace. |
| Navigator | 4 | Specifies the page is inside a standalone navigator. |
| Custom | 5 | Specifies the page is part of a custom extension. |
| None | 6 | Specifies the page is not inside the docking hierarchy. |
See Also