ComboBox.IsDropDownOpen Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property bool IsDropDownOpen { bool get(); void set(bool value); };
bool IsDropDownOpen();
void IsDropDownOpen(bool value);
public bool IsDropDownOpen { get; set; }
var boolean = comboBox.isDropDownOpen;
comboBox.isDropDownOpen = boolean;
Public Property IsDropDownOpen As Boolean
<ComboBox IsDropDownOpen="bool"/>
Valeur de propriété
Boolean
bool
True si la partie déroulante est ouverte ; sinon, false. La valeur par défaut est false.