ToolStripDropDownItem Constructor
Initializes a new instance of the ToolStripDropDownItem class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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^, 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. |
![]() | ToolStripDropDownItem(String^, Image^, array<ToolStripItem^>^) | Initializes a new instance of the ToolStripDropDownItem class with the specified display text, image, and ToolStripItem collection that the drop-down control contains. |
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.
