ToolStripItemCollection.Find(String, Boolean) Méthode

Définition

Recherche les éléments par leur nom et retourne un tableau des contrôles correspondants.

public:
 cli::array <System::Windows::Forms::ToolStripItem ^> ^ Find(System::String ^ key, bool searchAllChildren);
public System.Windows.Forms.ToolStripItem[] Find (string key, bool searchAllChildren);
member this.Find : string * bool -> System.Windows.Forms.ToolStripItem[]
Public Function Find (key As String, searchAllChildren As Boolean) As ToolStripItem()

Paramètres

key
String

Nom de l'élément à rechercher dans ToolStripItemCollection.

searchAllChildren
Boolean

true pour rechercher les éléments enfants du ToolStripItem spécifié par le paramètre key ; sinon, false.

Retours

ToolStripItem[]

Tableau ToolStripItem des résultats de la recherche.

Exceptions

Le paramètre key a la valeur null ou est vide.

S’applique à