ToolStripButton Constructor
.NET Framework (current version)
Initializes a new instance of the ToolStripButton class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
