ToolStripDropDownItem Constructor
.NET Framework 4.5
Initializes a new instance of the ToolStripDropDownItem 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 | |
|---|---|---|
|
ToolStripDropDownItem() | Initializes a new instance of the ToolStripDropDownItem class. |
|
ToolStripDropDownItem(String, Image, EventHandler) | Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, and action to take when the drop-down control is clicked. |
|
ToolStripDropDownItem(String, Image, ToolStripItem[]) | Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, and ToolStripItem collection that the drop-down control contains. |
|
ToolStripDropDownItem(String, Image, EventHandler, String) | Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, action to take when the drop-down control is clicked, and control name. |
You must derive a drop-down control from the ToolStripDropDownItem class in order to have any drop-down functionality for a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control.