Form.ProcessTabKey(Boolean) 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.
Sélectionne le contrôle suivant disponible et en fait le contrôle actif.
protected:
override bool ProcessTabKey(bool forward);
protected override bool ProcessTabKey (bool forward);
override this.ProcessTabKey : bool -> bool
Protected Overrides Function ProcessTabKey (forward As Boolean) As Boolean
Paramètres
- forward
- Boolean
true
pour parcourir un à un les contrôles dans ContainerControl ; sinon, false
.
Retours
true
si un contrôle est sélectionné ; sinon, false
.