Gets all of the items on the System.Windows.Forms.ToolStrip, whether they are currently being displayed or not.
Documentation for this section has not yet been entered.
Use the ToolStripOverflow.Items property to get all items on the System.Windows.Forms.ToolStrip, including those not being displayed. Use the ToolStripOverflow.DisplayedItems property to get only those items that are currently displayed on the System.Windows.Forms.ToolStrip.