ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / DroppedDown Property

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