ToolStripButton Constructor
.NET Framework 4.5
Initializes a new instance of the ToolStripButton 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 | |
|---|---|---|
|
ToolStripButton() | Initializes a new instance of the ToolStripButton class. |
|
ToolStripButton(Image) | Initializes a new instance of the ToolStripButton class that displays the specified image. |
|
ToolStripButton(String) | Initializes a new instance of the ToolStripButton class that displays the specified text. |
|
ToolStripButton(String, Image) | Initializes a new instance of the ToolStripButton class that displays the specified text and image. |
|
ToolStripButton(String, Image, EventHandler) | Initializes a new instance of the ToolStripButton class that displays the specified text and image and that raises the Click event. |
|
ToolStripButton(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. |