ToolStripDropDownButton Constructor (String^, Image^, EventHandler^)
.NET Framework (current version)
Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image and raises the Click event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to be displayed on the ToolStripDropDownButton.
- image
-
Type:
System.Drawing::Image^
An Image to be displayed on the ToolStripDropDownButton.
- onClick
-
Type:
System::EventHandler^
The event handler for the Click event.
.NET Framework
Available since 2.0
Available since 2.0
Show: