Partager via


_CommandBars.FindControls(Object, Object, Object, Object) Méthode

Définition

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.

S’applique à