ToolStripItem Constructor (String^, Image^, EventHandler^)
.NET Framework (current version)
Initializes a new instance of the ToolStripItem class with the specified name, image, and event handler.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
A String representing the name of the ToolStripItem.
- image
-
Type:
System.Drawing::Image^
The Image to display on the ToolStripItem.
- onClick
-
Type:
System::EventHandler^
Raises the Click event when the user clicks the ToolStripItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: