ToolStripItemCollection::Add Method (Image^)

 

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

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

public:
ToolStripItem^ Add(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image to be displayed on the ToolStripItem.

.NET Framework
Available since 2.0
Return to top
Show: