ToolStripDropDownButton Constructor
Initializes a new instance of the ToolStripDropDownButton class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ToolStripDropDownButton() | Initializes a new instance of the ToolStripDropDownButton class. |
![]() | ToolStripDropDownButton(Image^) | Initializes a new instance of the ToolStripDropDownButton class that displays the specified image. |
![]() | ToolStripDropDownButton(String^) | Initializes a new instance of the ToolStripDropDownButton class that displays the specified text. |
![]() | ToolStripDropDownButton(String^, Image^) | Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image. |
![]() | ToolStripDropDownButton(String^, Image^, EventHandler^) | Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image and raises the Click event. |
![]() | ToolStripDropDownButton(String^, Image^, EventHandler^, String^) | Initializes a new instance of the ToolStripDropDownButton class that has the specified name, displays the specified text and image, and raises the Click event. |
![]() | ToolStripDropDownButton(String^, Image^, array<ToolStripItem^>^) | Initializes a new instance of the ToolStripDropDownButton class. |
