ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / DroppedDown Property

In This Topic
    DroppedDown Property (C1DropDownControl)
    In This Topic
    Gets or sets a value indicating if the dropdown is currently open.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also