ComponentOne List for WinForms
C1.Win.C1List Namespace / DropdownPositionEnum Enumeration

In This Topic
    DropdownPositionEnum Enumeration
    In This Topic
    Defines the position of the drop down list.
    Syntax
    'Declaration
     
    
    Public Enum DropdownPositionEnum 
       Inherits System.Enum
    public enum DropdownPositionEnum : System.Enum 
    Members
    MemberDescription
    DefaultPositionThe dropdown list will open to the right and down.
    LeftDownThe dropdown list will open to the left and down.
    LeftUpThe dropdown list will open to the left and up.
    RightDownThe dropdown list will open to the right and down.
    RightUpThe dropdown list will open to the right and up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.DropdownPositionEnum

    See Also