System.Windows.Forms.ToolStripDropDownItem.DropDownItems Property

Gets the collection of items in the System.Windows.Forms.ToolStripDropDown that is associated with this System.Windows.Forms.ToolStripDropDownItem.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public ToolStripItemCollection DropDownItems { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripDropDownItem.DropDownItems property to get all the items in the System.Windows.Forms.ToolStripDropDown that is referred to by the ToolStripDropDownItem.DropDown property.

Requirements

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