System.Windows.Forms.ToolStrip.DisplayedItems Property

Gets the subset of items that are currently displayed on the System.Windows.Forms.ToolStrip, including items that are automatically added into the System.Windows.Forms.ToolStrip.

Syntax

protected virtual ToolStripItemCollection DisplayedItems { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStrip.DisplayedItems property to access only those items that are currently displayed. These are the items that are not currently in an overflow menu.

Use the ToolStrip.Items collection to retrieve all the items of a 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