ToolStripOverflow::Items Property

 

Gets all of the items on the ToolStrip, whether they are currently being displayed or not.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ToolStripItemCollection^ Items {
	virtual ToolStripItemCollection^ get() override;
}

Property Value

Type: System.Windows.Forms::ToolStripItemCollection^

A ToolStripItemCollection containing all of the items.

Use the Items property to get all items on the ToolStrip, including those not being displayed. Use the DisplayedItems property to get only those items that are currently displayed on the ToolStrip.

.NET Framework
Available since 2.0
Return to top
Show: