AccessKeyManager.AreKeyTipsEnabled 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 une valeur qui spécifie si les touches d’accès sont affichées pour les clés d’accès.
public:
static property bool AreKeyTipsEnabled { bool get(); void set(bool value); };
static bool AreKeyTipsEnabled();
static void AreKeyTipsEnabled(bool value);
public static bool AreKeyTipsEnabled { get; set; }
var boolean = AccessKeyManager.areKeyTipsEnabled;
AccessKeyManager.areKeyTipsEnabled = boolean;
Public Shared Property AreKeyTipsEnabled As Boolean
Valeur de propriété
Boolean
bool
true pour afficher les touches d’accès ; sinon, false. La valeur par défaut est true.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|