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

In This Topic
    DropDownAlignment Enumeration
    In This Topic
    Alignment of the drop-down portion of RibbonDropDownBase.
    Syntax
    'Declaration
     
    
    Public Enum DropDownAlignment 
       Inherits System.Enum
    public enum DropDownAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe popup form is centered.
    DefaultUse the default alignment rules for the given element.
    LeftThe popup form is aligned by its left side.
    RightThe popup form is aligned by its right side.
    Inheritance Hierarchy

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

    See Also