ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AutoDropDown Property

In This Topic
    AutoDropDown Property (C1Combo)
    In This Topic
    Determines whether the control automatically opens when the user types a character into a cell.
    Syntax
    'Declaration
     
    
    Public Property AutoDropDown As Boolean
    public bool AutoDropDown {get; set;}
    See Also