ToolStripItemCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes an item from the specified index in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index value of the ToolStripItem to remove.
| 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 Remove 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: