ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / DockMode Enumeration

In This Topic
    DockMode Enumeration
    In This Topic
    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