RadControls for WinForms

Defines the states, allowed per DockWindow instance.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[FlagsAttribute]
public enum AllowedDockState
Visual Basic
<FlagsAttribute> _
Public Enumeration AllowedDockState

Members

Member nameValueDescription
Docked1 Indicates that the IDockWindow instance is docked.
TabbedDocument2 Indicates that the IDockWindow instance is docked inside a TabbedDocument interface.
Hidden4 Indicates that the IDockWindow instance is in a hidden/removed state.
AutoHide8 Indicates that the IDockWindow instance is managed by the auto-hide sub-system of the docking system.
Floating16 Indicates that the IDockWindow instance is floating.
All31 All dock states are defined.

See Also