ToolStripMenuItem Constructor
Initializes a new instance of the ToolStripMenuItem class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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^, 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. |
![]() | 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^, array<ToolStripItem^>^) | Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image and that contains the specified ToolStripItem collection. |
