ToolStripComboBox.DroppedDown Propriété

Définition

Obtient ou définit une valeur indiquant si ToolStripComboBox affiche actuellement sa partie déroulante.

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

Valeur de propriété

Boolean

true si ToolStripComboBox affiche actuellement sa partie déroulante ; sinon, false.

Attributs

S’applique à