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.
Documentation for this section has not yet been entered.
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.