ToolStripButton Constructor

 

Initializes a new instance of the ToolStripButton class.

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

NameDescription
System_CAPS_pubmethodToolStripButton()

Initializes a new instance of the ToolStripButton class.

System_CAPS_pubmethodToolStripButton(Image^)

Initializes a new instance of the ToolStripButton class that displays the specified image.

System_CAPS_pubmethodToolStripButton(String^)

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

System_CAPS_pubmethodToolStripButton(String^, Image^)

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

System_CAPS_pubmethodToolStripButton(String^, Image^, EventHandler^)

Initializes a new instance of the ToolStripButton class that displays the specified text and image and that raises the Click event.

System_CAPS_pubmethodToolStripButton(String^, Image^, EventHandler^, String^)

Initializes a new instance of the ToolStripButton class with the specified name that displays the specified text and image and that raises the Click event.

Return to top
Show: