Control.ControlCollection.IndexOf(Control) 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 l'index du contrôle enfant spécifié dans la collection des contrôles.
public:
int IndexOf(System::Windows::Forms::Control ^ control);
public int IndexOf (System.Windows.Forms.Control control);
public int IndexOf (System.Windows.Forms.Control? control);
member this.IndexOf : System.Windows.Forms.Control -> int
Public Function IndexOf (control As Control) As Integer
Paramètres
Retours
Valeur d'index de base zéro représentant la position de Control spécifié dans Control.ControlCollection.
Remarques
Si le contrôle n’est pas trouvé dans la collection, la IndexOf valeur de retour de méthode est -1.