ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / PanelDockStyle Enumeration

In This Topic
    PanelDockStyle Enumeration
    In This Topic
    Specifies position in which a C1SplitterPanel is docked.
    Syntax
    'Declaration
     
    Public Enum PanelDockStyle 
       Inherits System.Enum
    public enum PanelDockStyle : System.Enum 
    Members
    MemberDescription
    BottomThe C1SplitterPanel's bottom edge is docked to the bottom of its containing C1SplitContainer.
    LeftThe C1SplitterPanel's left edge is docked to the left edge of its containing C1SplitContainer.
    RightThe C1SplitterPanel's right edge is docked to the right edge of its containing C1SplitContainer.
    TopThe C1SplitterPanel's top edge is docked to the top of its containing C1SplitContainer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1SplitContainer.PanelDockStyle

    See Also