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