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.
Fournit le comportement de l’homologue lorsqu’un client Microsoft UI Automation appelle IsKeyboardFocusable ou une API cliente Microsoft UI Automation équivalente.
protected:
virtual bool IsKeyboardFocusableCore() = IsKeyboardFocusableCore;
bool IsKeyboardFocusableCore();
protected virtual bool IsKeyboardFocusableCore();
function isKeyboardFocusableCore()
Protected Overridable Function IsKeyboardFocusableCore () As Boolean
Retours
bool
true si l’élément peut accepter le focus clavier ; sinon, false.
Remarques
L’implémentation standard au niveau d’AutomationPeer retourne false. Toutefois, FrameworkElementAutomationPeer ajoute un comportement qui vérifie si le propriétaire est un contrôle ou non, et si le propriétaire est activé.