ToolStripMenuItem Constructor (String^, Image^)

 

Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image.

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

public:
ToolStripMenuItem(
	String^ text,
	Image^ image
)

Parameters

text
Type: System::String^

The text to display on the menu item.

image
Type: System.Drawing::Image^

The Image to display on the control.

Use the ToolStripMenuItem constructor to create a ToolStripMenuItem with the specified name and image.

.NET Framework
Available since 2.0
Return to top
Show: