ComponentOne List for WinForms
C1.Win.C1List Namespace / ComboBoxContainer Class / DroppedDown Property

In This Topic
    DroppedDown Property (ComboBoxContainer)
    In This Topic
    Returns or sets whether the drop-down window is visible.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also