System.Windows.Forms.ToolStripDropDownItem: Constructor Members

The constructors of System.Windows.Forms.ToolStripDropDownItem are listed below. For a list of all members, see the ToolStripDropDownItem Members list.

See Also: Inherited members from System.Windows.Forms.ToolStripItem

Protected Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class.

Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, and action to take when the drop-down control is clicked.

Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, and System.Windows.Forms.ToolStripItem collection that the drop-down control contains.

Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, action to take when the drop-down control is clicked, and control name.