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

 

Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, and ToolStripItem collection that the drop-down control contains.

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

protected:
ToolStripDropDownItem(
	String^ text,
	Image^ image,
	... array<ToolStripItem^>^ dropDownItems
)

Parameters

text
Type: System::String^

The display text of the drop-down control.

image
Type: System.Drawing::Image^

The Image to be displayed on the control.

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

A ToolStripItem collection that the drop-down control contains.

You must derive a drop-down control from the ToolStripDropDownItem class in order to have any drop-down functionality for a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control.

.NET Framework
Available since 2.0
Return to top
Show: