New to Telerik UI for WinFormsStart a free 30-day trial

Defines the possible valid states for IDockWindow instances.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public enum DockState

Fields

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

C#
AutoHide = 3

Indicates that the IDockWindow instance is docked.

C#
Docked = 0

Indicates that the IDockWindow instance is floating.

C#
Floating = 4

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

C#
Hidden = 2

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

C#
TabbedDocument = 1

Extension Methods