ToolStripDropDownItem Constructor ()
.NET Framework (current version)
Initializes a new instance of the ToolStripDropDownItem class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
The following code example demonstrates how to create and initialize ToolStripDropDownItem controls. This code example is part of a larger example provided for the ToolStripDropDownItem class.
.NET Framework
Available since 2.0
Available since 2.0
Show: