ToolStripSplitButton Constructor
.NET Framework 4.5
Initializes a new instance of the ToolStripSplitButton 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 | |
|---|---|---|
|
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, ToolStripItem[]) | Initializes a new instance of the ToolStripSplitButton class with the specified text, image, and ToolStripItem array. |
|
ToolStripSplitButton(String, Image, EventHandler, String) | Initializes a new instance of the ToolStripSplitButton class with the specified display text, image, Click event handler, and name. |