ToolStripMenuItem Constructor (Image^)

 

Initializes a new instance of the ToolStripMenuItem class that displays the specified Image.

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

public:
ToolStripMenuItem(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image to display on the control.

Use the ToolStripMenuItem constructor to create a ToolStripMenuItem that displays an image in the margin alongside the text.

.NET Framework
Available since 2.0
Return to top
Show: