UIElementAutomationPeer.IsKeyboardFocusableCore Méthode
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 une valeur qui indique si le UIElement associé au UIElementAutomationPeer accepte les focus clavier. Cette méthode est appelée par IsKeyboardFocusable().
protected:
override bool IsKeyboardFocusableCore();
protected override bool IsKeyboardFocusableCore ();
override this.IsKeyboardFocusableCore : unit -> bool
Protected Overrides Function IsKeyboardFocusableCore () As Boolean
Retours
true
si l'élément peut être désigné comme élément actif par le clavier ; sinon, false
.