_CommandBars.FindControls(Object, Object, Object, Object) 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.
Retourne la CommandBarControls collection qui correspond aux critères spécifiés.
public Microsoft.Office.Core.CommandBarControls FindControls (object Type, object Id, object Tag, object Visible);
abstract member FindControls : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBarControls
Public Function FindControls (Optional Type As Object, Optional Id As Object, Optional Tag As Object, Optional Visible As Object) As CommandBarControls
Paramètres
- Type
- Object
Facultatif MsoControlType. Type de contrôle.
- Id
- Object
Objet facultatif. Identificateur du contrôle.
- Tag
- Object
Objet facultatif. Valeur d’étiquette du contrôle.
- Visible
- Object
Objet facultatif. True pour inclure uniquement les contrôles de barre de commandes visibles dans la recherche. La valeur par défaut est False.
Retours
Remarques
Si aucun contrôle correspondant aux critères n’est trouvé, la méthode FindControls renvoie Nothing.