ToolStripItemCollection::Add Method

 

Adds a ToolStripItem to the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodAdd(Image^)

Adds a ToolStripItem that displays the specified image to the collection.

System_CAPS_pubmethodAdd(String^)

Adds a ToolStripItem that displays the specified text to the collection.

System_CAPS_pubmethodAdd(String^, Image^)

Adds a ToolStripItem that displays the specified image and text to the collection.

System_CAPS_pubmethodAdd(String^, Image^, EventHandler^)

Adds a ToolStripItem that displays the specified image and text to the collection and that raises the Click event.

System_CAPS_pubmethodAdd(ToolStripItem^)

Adds the specified item to the end of the collection.

Return to top
Show: