ToolStripItemCollection::Contains Method (ToolStripItem^)
.NET Framework (current version)
Determines whether the specified item is a member of the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System.Windows.Forms::ToolStripItem^
The ToolStripItem to search for in the ToolStripItemCollection.
Return Value
Type: System::Booleantrue if the ToolStripItem is a member of the current ToolStripItemCollection; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: