ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / DroppedDown Property

In This Topic
    DroppedDown Property (C1ComboBox)
    In This Topic
    Run-time read-only property indicating if the dropdown is currently open.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DroppedDown As Boolean
    public bool DroppedDown {get;}
    See Also