The members of System.Windows.Forms.ToolStripItemCollection are listed below.
See Also: Inherited members from System.Windows.Forms.Layout.ArrangedElementCollection
|   Initializes a new instance of the System.Windows.Forms.ToolStripItemCollection class with the specified container System.Windows.Forms.ToolStrip and the specified array of System.Windows.Forms.ToolStripItem controls. | 
| [read-only] override  | IsReadOnly | bool.   Gets a value indicating whether the System.Windows.Forms.ToolStripItemCollection is read-only. | 
| [read-only] default property | Item(int) | ToolStripItem. Documentation for this section has not yet been entered. | 
| [read-only] default property | Item(string) | ToolStripItem. Documentation for this section has not yet been entered. | 
| Add(System.Drawing.Image) 
 | ||
| Add(string) 
 | ||
| Add(ToolStripItem) 
 | ||
| Add(string, System.Drawing.Image) 
 | ||
| Add(string, System.Drawing.Image, EventHandler) 
 | ||
| AddRange(ToolStripItem[]) 
 | ||
| AddRange(ToolStripItemCollection) 
 | ||
| Clear() 
 | ||
| Contains(ToolStripItem) 
 | ||
| ContainsKey(string) 
 | ||
| CopyTo(ToolStripItem[], int) 
 | ||
| Find(string, bool) 
 | ||
| IndexOf(ToolStripItem) 
 | ||
| IndexOfKey(string) 
 | ||
| Insert(int, ToolStripItem) 
 | ||
| Remove(ToolStripItem) 
 | ||
| RemoveAt(int) 
 | ||
| RemoveByKey(string) 
 | ||
| IList.Add |   Adds an item to the collection. | |
| IList.Clear |   Removes all items from the collection. | |
| IList.Contains |   Determines if the collection contains a specified item. | |
| IList.IndexOf |   Determines the location of a specified item in the collection. | |
| IList.Insert |   Inserts an item into the collection at a specified index. | |
| [read-only] | IList.IsFixedSize | bool.   Gets a value indicating whether the collection has a fixed size. | 
| IList.Item | object. Documentation for this section has not yet been entered. | |
| IList.Remove |   Removes the first occurrence of a specified item from the collection. | |
| IList.RemoveAt |   Removes an item from the collection at a specified index. |