Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / IsDroppedDown Property

In This Topic
    IsDroppedDown Property (DropDownEditorViewBase)
    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