AutomationPeer.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.
En cas de substitution dans une classe dérivée, est appelée par IsKeyboardFocusable().
protected:
abstract bool IsKeyboardFocusableCore();
protected abstract bool IsKeyboardFocusableCore ();
abstract member IsKeyboardFocusableCore : unit -> bool
Protected MustOverride Function IsKeyboardFocusableCore () As Boolean
Retours
true
si l'élément peut accepter le focus clavier ; sinon, false
.