ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / IsDroppedDown Property

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