DockState
Enum
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 inside a TabbedDocument interface.
C#
TabbedDocument = 1