Dock State Enumeration
Definition
Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
C#
public enum DockStateVB
Public Enumeration DockStateMembers
| Unknown | 0 | |
| Float | 1 | |
| DockTopAutoHide | 2 | |
| DockLeftAutoHide | 3 | |
| DockBottomAutoHide | 4 | |
| DockRightAutoHide | 5 | |
| Document | 6 | |
| DockTop | 7 | |
| DockLeft | 8 | |
| DockBottom | 9 | |
| DockRight | 10 | |
| Hidden | 11 |