ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / DroppedDown Property

In This Topic
    DroppedDown Property (C1DropDownControl)
    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