ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / DropDownFormAlignmentEnum Enumeration

In This Topic
    DropDownFormAlignmentEnum Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum DropDownFormAlignmentEnum 
       Inherits System.Enum
    public enum DropDownFormAlignmentEnum : System.Enum 
    Members
    MemberDescription
    CenterCenter alignment.
    DefaultIn a C1DropDownControl, the alignment of the dropdown form is determined by the C1DropDownControl.DropDownAlign property of the drop down form.
    LeftLeft alignment.
    RightRight alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.DropDownFormAlignmentEnum

    See Also