System.Windows.Forms.ToolStripDropDown Class

Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a System.Windows.Forms.ToolStripDropDownButton. Although System.Windows.Forms.ToolStripDropDownMenu and System.Windows.Forms.ToolStripDropDown replace and add functionality to the System.Windows.Forms.Menu control of previous versions, System.Windows.Forms.Menu is retained for both backward compatibility and future use if you choose.

See Also: ToolStripDropDown Members

Syntax

[System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
public class ToolStripDropDown : ToolStrip

Remarks

Use the System.Windows.Forms.ToolStripDropDown to display drop-down lists of options, such as a color picker.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0