ToolStrip::Items Property
.NET Framework (current version)
Gets all the items that belong to a ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripItemCollection^ Items { virtual ToolStripItemCollection^ get(); }
Property Value
Type: System.Windows.Forms::ToolStripItemCollection^An object of type ToolStripItemCollection, representing all the elements contained by a ToolStrip.
Use the Items collection to retrieve all the items that have been added to the ToolStrip, not just the items that are displayed. An item remains in the Items collection even if it is an overflow item and is therefore not currently visible.
Use the DisplayedItems property to retrieve only the items that are currently displayed on the ToolStrip.
.NET Framework
Available since 2.0
Available since 2.0
Show: