ToolStripItemCollection::Add Method
.NET Framework (current version)
Adds a ToolStripItem to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Image^) | Adds a ToolStripItem that displays the specified image to the collection. |
![]() | Add(String^) | Adds a ToolStripItem that displays the specified text to the collection. |
![]() | Add(String^, Image^) | Adds a ToolStripItem that displays the specified image and text to the collection. |
![]() | Add(String^, Image^, EventHandler^) | Adds a ToolStripItem that displays the specified image and text to the collection and that raises the Click event. |
![]() | Add(ToolStripItem^) | Adds the specified item to the end of the collection. |
Show:
