GroupItemAutomationPeer.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 la méthode appelée par la méthode IsKeyboardFocusable() pour indiquer si l’élément peut accepter le focus clavier.
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 accepter le focus clavier ; sinon, false
.