ICoreWindow.IsInputEnabled 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.
Spécifie une propriété qui obtient ou définit si l’entrée est activée pour la fenêtre.
public:
property bool IsInputEnabled { bool get(); void set(bool value); };
bool IsInputEnabled();
void IsInputEnabled(bool value);
public bool IsInputEnabled { get; set; }
var boolean = iCoreWindow.isInputEnabled;
iCoreWindow.isInputEnabled = boolean;
Public Property IsInputEnabled As Boolean
Valeur de propriété
Boolean
bool
True si l’entrée est activée pour la fenêtre ; false si elle est désactivée.