ToolStripMenuItem Constructor

 

Initializes a new instance of the ToolStripMenuItem class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodToolStripMenuItem()

Initializes a new instance of the ToolStripMenuItem class.

System_CAPS_pubmethodToolStripMenuItem(Image^)

Initializes a new instance of the ToolStripMenuItem class that displays the specified Image.

System_CAPS_pubmethodToolStripMenuItem(String^)

Initializes a new instance of the ToolStripMenuItem class that displays the specified text.

System_CAPS_pubmethodToolStripMenuItem(String^, Image^)

Initializes a new instance of the ToolStripMenuItem class that displays the specified text and image.

System_CAPS_pubmethodToolStripMenuItem(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.

System_CAPS_pubmethodToolStripMenuItem(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.

System_CAPS_pubmethodToolStripMenuItem(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.

System_CAPS_pubmethodToolStripMenuItem(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.

Return to top
Show: