System.Windows.Forms.ToolStrip.Items Property

Gets all the items that belong to a System.Windows.Forms.ToolStrip.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.MergableProperty(false)]
public virtual ToolStripItemCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStrip.Items collection to retrieve all the items that have been added to the System.Windows.Forms.ToolStrip, not just the items that are displayed. An item remains in the ToolStrip.Items collection even if it is an overflow item and is therefore not currently visible.

Use the ToolStrip.DisplayedItems property to retrieve only the items that are currently displayed on the System.Windows.Forms.ToolStrip.

Requirements

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