ComponentOne DockControl for WPF and Silverlight
DockMode Enumeration

C1.WPF.Docking Namespace : DockMode Enumeration
Possible states of visualization for a C1DockTabControl.
Syntax
'Declaration
 
Public Enum DockMode 
   Inherits System.Enum
public enum DockMode : System.Enum 
Members
MemberDescription
DockedThe C1DockTabControl is pinned without overlap alongside other docked C1DockTabControls.
FloatingThe C1DockTabControl hovers in a window over docked C1DockTabControls.
HiddenThe C1DockTabControl is not visible.
SlidingThe C1DockTabControl auto hides in the border of the C1DockControl.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Docking.DockMode

See Also

Reference

C1.WPF.Docking Namespace