Popup.IsOpen 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.
Obtient ou définit si la fenêtre contextuelle s’affiche actuellement à l’écran.
public:
property bool IsOpen { bool get(); void set(bool value); };
bool IsOpen();
void IsOpen(bool value);
public bool IsOpen { get; set; }
var boolean = popup.isOpen;
popup.isOpen = boolean;
Public Property IsOpen As Boolean
<Popup IsOpen="bool" />
Valeur de propriété
Boolean
bool
true si la fenêtre contextuelle s’affiche actuellement ; sinon, false. La valeur par défaut est false.