Adds a System.Windows.Forms.ToolStripItemCollection to the current collection.
- toolStripItems
- The System.Windows.Forms.ToolStripItemCollection to be added to the current collection.
Use this overload of ToolStripItemCollection.AddRange(ToolStripItem[]) to merge one System.Windows.Forms.ToolStripItemCollection with another. You typically use this method with System.Windows.Forms.ToolStripOverflow, and you can easily use the ToolStripItemCollection.Add(ToolStripItem), ToolStripItemCollection.Insert(int, ToolStripItem), and ToolStripItemCollection.Remove(ToolStripItem) methods to modify the merged System.Windows.Forms.ToolStripItemCollection.
Use the overload of ToolStripItemCollection.AddRange(ToolStripItem[]) that takes a System.Windows.Forms.ToolStripItem array to copy an array of System.Windows.Forms.ToolStripItem controls to a System.Windows.Forms.ToolStripItemCollection.