Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.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
    'Usage
     
    
    Dim instance As DropDownAlignment
    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
             GrapeCity.Spreadsheet.WinForms.Ribbon.DropDownAlignment

    See Also