Control.ControlCollection.Find(String, 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.
Recherche les contrôles selon leur propriété Name et génère un tableau de tous les contrôles qui correspondent.
public:
cli::array <System::Windows::Forms::Control ^> ^ Find(System::String ^ key, bool searchAllChildren);
public System.Windows.Forms.Control[] Find (string key, bool searchAllChildren);
member this.Find : string * bool -> System.Windows.Forms.Control[]
Public Function Find (key As String, searchAllChildren As Boolean) As Control()
Paramètres
- key
- String
Clé à rechercher dans Control.ControlCollection.
- searchAllChildren
- Boolean
true
pour rechercher tous les contrôles enfants ; sinon, false
.
Retours
- Control[]
Tableau de type Control contenant les contrôles correspondants.
Exceptions
key
est null
ou une chaîne vide ("").