Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownAlignment Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.DropDownAlignment

    See Also