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

In This Topic
    ComboStyleEnum Enumeration
    In This Topic
    Defined the combobox style.
    Syntax
    'Declaration
     
    
    Public Enum ComboStyleEnum 
       Inherits System.Enum
    public enum ComboStyleEnum : System.Enum 
    Members
    MemberDescription
    DropdownComboIncludes a text box and a dropdown list. The user can select from the list or type in the text box.
    DropdownListIncludes a text box and dropdown list as in setting 0 ¨C Dropdown Combo. However, this style disallows text entry and permits selection only from the dropdown list.
    SimpleComboIncludes a text box and a list which is always displayed. The user can select from the list or type in the box. The size of a simple combo box includes both the text and list portions. By default, a simple combo box is sized so that none of the list is displayed. To display more of the list, resize the control at design time or increase its Height property at run time.
    Inheritance Hierarchy

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

    See Also