ToolStripMenuItem Constructor
.NET Framework 4.5
Initializes a new instance of the ToolStripMenuItem class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToolStripMenuItem() | Initializes a new instance of the ToolStripMenuItem class. |
|
ToolStripMenuItem(Image) | Initializes a new instance of the ToolStripMenuItem class that displays the specified Image. |
|
ToolStripMenuItem(String) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text. |
|
ToolStripMenuItem(String, Image) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image. |
|
ToolStripMenuItem(String, Image, EventHandler) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image and that does the specified action when the ToolStripMenuItem is clicked. |
|
ToolStripMenuItem(String, Image, ToolStripItem[]) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image and that contains the specified ToolStripItem collection. |
|
ToolStripMenuItem(String, Image, EventHandler, String) | Initializes a new instance of the ToolStripMenuItem class with the specified name that displays the specified text and image that does the specified action when the ToolStripMenuItem is clicked. |
|
ToolStripMenuItem(String, Image, EventHandler, Keys) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image, does the specified action when the ToolStripMenuItem is clicked, and displays the specified shortcut keys. |