Enum
AllowedDockState

Defines the states, allowed per DockWindow instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
[Flags]
public enum AllowedDockState

Fields

All

All dock states are defined.

Declaration

cs-api-definition
All = Docked | TabbedDocument | Hidden | AutoHide | Floating

Field Value

AllowedDockState

AutoHide

Indicates that the IDockWindow instance is managed by the auto-hide sub-system of the docking system.

Declaration

cs-api-definition
AutoHide = 8

Field Value

AllowedDockState

Docked

Indicates that the IDockWindow instance is docked.

Declaration

cs-api-definition
Docked = 1

Field Value

AllowedDockState

Floating

Indicates that the IDockWindow instance is floating.

Declaration

cs-api-definition
Floating = 16

Field Value

AllowedDockState

Hidden

Indicates that the IDockWindow instance is in a hidden/removed state.

Declaration

cs-api-definition
Hidden = 4

Field Value

AllowedDockState

TabbedDocument

Indicates that the IDockWindow instance is docked inside a TabbedDocument interface.

Declaration

cs-api-definition
TabbedDocument = 2

Field Value

AllowedDockState