Enum AllowedDockState
Defines the states, allowed per DockWindow instance.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
[Flags]
public enum AllowedDockState
All
All dock states are defined.
AutoHide
Indicates that the IDockWindow instance is managed by the auto-hide sub-system of the docking system.
Docked
Indicates that the IDockWindow instance is docked.
Floating
Indicates that the IDockWindow instance is floating.
Hidden
Indicates that the IDockWindow instance is in a hidden/removed state.
TabbedDocument
Indicates that the IDockWindow instance is docked inside a TabbedDocument interface.