Calendar for WinForms | ComponentOne
C1.Win.C1Input.Enums Namespace / InputComboBoxStyle Enumeration

In This Topic
    InputComboBoxStyle Enumeration
    In This Topic
    Determines whether the user can edit a value in the text portion of the C1.Win.C1Input.C1ComboBox.
    Syntax
    'Declaration
     
    
    Public Enum InputComboBoxStyle 
       Inherits System.Enum
    public enum InputComboBoxStyle : System.Enum 
    Members
    MemberDescription
    DropDownThe text portion is editable.
    DropDownListThe user cannot directly edit the text portion.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.Enums.InputComboBoxStyle

    See Also