Control.GetNextControl(Control, 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.
Récupère le contrôle suivant vers le bas ou vers le haut dans l'ordre de tabulation des contrôles enfants.
public:
System::Windows::Forms::Control ^ GetNextControl(System::Windows::Forms::Control ^ ctl, bool forward);
public System.Windows.Forms.Control GetNextControl (System.Windows.Forms.Control ctl, bool forward);
member this.GetNextControl : System.Windows.Forms.Control * bool -> System.Windows.Forms.Control
Public Function GetNextControl (ctl As Control, forward As Boolean) As Control
Paramètres
- forward
- Boolean
true
pour rechercher vers le bas dans l'ordre de tabulation ; false
pour rechercher vers le haut.
Retours
Control suivant dans l'ordre de tabulation.
Remarques
La GetNextControl méthode dépend de l’ordre de tabulation. Pour itérer tous les contrôles d’un formulaire, y compris les contrôles imbriqués, utilisez la Controls propriété. Pour obtenir ou définir le contrôle actif d’un contrôle conteneur, utilisez la ActiveControl propriété.