ToolStripItemCollection::Remove Method (ToolStripItem^)
.NET Framework (current version)
Removes the specified item from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System.Windows.Forms::ToolStripItem^
The ToolStripItem to remove from the ToolStripItemCollection.
| Exception | Condition |
|---|---|
| NotSupportedException | The ToolStripItemCollection is read-only. |
When a ToolStripItem is removed from the ToolStripItemCollection, all subsequent controls are moved up one position in the collection.
You can also remove a ToolStripItem by using the RemoveAt method, or remove all controls by using the Clear method.
To add new ToolStripItem objects to the collection, use the Add or AddRange methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: