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

In This Topic
    DropDownStyle Enumeration
    In This Topic
    Specifies the C1DropDownControl style.
    Syntax
    'Declaration
     
    
    Public Enum DropDownStyle 
       Inherits System.Enum
    public enum DropDownStyle : System.Enum 
    Members
    MemberDescription
    DefaultText portion of the drop down control is editable and the drop down is displayed by clicking the down arrow.
    DropDownListThe drop down of the C1DropDownControl is displayed by clicking on either the text portion of the control or drop down button. The text portion is not editable.
    Inheritance Hierarchy

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

    See Also