ToolStripMenuItem Constructor (String^, Image^, array<ToolStripItem^>^)

 

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

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

public:
ToolStripMenuItem(
	String^ text,
	Image^ image,
	... array<ToolStripItem^>^ dropDownItems
)

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.

dropDownItems
Type: array<System.Windows.Forms::ToolStripItem^>^

The menu items to display when the control is clicked.

Use the ToolStripMenuItem constructor to create a ToolStripMenuItem that displays text and an image and that contains the specified ToolStripItem collection.

.NET Framework
Available since 2.0
Return to top
Show: