Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolBarHorizontalAlignment Enumeration

In This Topic
    ToolBarHorizontalAlignment Enumeration
    In This Topic
    Alignment of the toolbars.
    Syntax
    'Declaration
     
    
    Public Enum ToolBarHorizontalAlignment 
       Inherits System.Enum
    public enum ToolBarHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    LeftThe toolbar is aligned to the left.
    RightThe toolbar is aligned to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.ToolBarHorizontalAlignment

    See Also