ToolStripItem Constructor (String, Image, EventHandler, String)
.NET Framework 4
Initializes a new instance of the ToolStripItem class with the specified display text, image, event handler, and name.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected ToolStripItem( string text, Image image, EventHandler onClick, string name )
Parameters
- text
- Type: System.String
The text to display on the ToolStripItem.
- image
- Type: System.Drawing.Image
The Image to display on the ToolStripItem.
- onClick
- Type: System.EventHandler
The event handler for the Click event.
- name
- Type: System.String
The name of the ToolStripItem.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.