ToolStripItemCollection.Contains(ToolStripItem) Methode

Definition

Bestimmt, ob das angegebene Element ein Element der Auflistung ist.

public:
 bool Contains(System::Windows::Forms::ToolStripItem ^ value);
public bool Contains(System.Windows.Forms.ToolStripItem value);
member this.Contains : System.Windows.Forms.ToolStripItem -> bool
Public Function Contains (value As ToolStripItem) As Boolean

Parameter

Gibt zurück

true wenn es ToolStripItem sich um ein Mitglied des aktuellen ToolStripItemCollectionElements handelt ; andernfalls false.

Gilt für: