ToolStripComboBox.DroppedDown Proprietà

Definizione

Ottiene o imposta un valore che indica se l'elenco a discesa del controllo ToolStripComboBox è attualmente visualizzato.

public:
 property bool DroppedDown { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool DroppedDown { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DroppedDown : bool with get, set
Public Property DroppedDown As Boolean

Valore della proprietà

Boolean

true se l'elenco a discesa del controllo ToolStripComboBox è attualmente visualizzato; in caso contrario, false.

Attributi

Si applica a