ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / IDropDownControlViewBase Interface / IsDroppedDown Property

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