ToolStripDropDownItem Constructor (String^, Image^, EventHandler^)
.NET Framework (current version)
Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, and action to take when the drop-down control is clicked.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
- onClick
-
Type:
System::EventHandler^
The action to take when the drop-down control is clicked.
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
Available since 2.0
Show: