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

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