| --PROPERTIES OF dotNetObject:System.Windows.Forms.ToolStripItemCollection | Default / Value |
| .Count : , read-only | 0 |
| .IsReadOnly : , read-only | false |
| .Item[index] : , read-only | undefined |
| .Item[key] : , read-only | undefined |
| --METHODS OF dotNetObject:System.Windows.Forms.ToolStripItemCollection | |
| .Add value | |
| .Add image | |
| .Add text | |
| .Add text image | |
| .Add text image onClick | |
| .AddRange toolStripItems | |
| .AddRange toolStripItems | |
| .Clear() | |
| .Contains value | |
| .ContainsKey key | |
| .CopyTo array index | |
| .CopyTo array index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .Find key searchAllChildren | |
| .GetEnumerator() | |
| .GetHashCode() | |
| .GetType() | |
| .IndexOf value | |
| .IndexOfKey key | |
| .Insert index value | |
| .[static]ReferenceEquals objA objB | |
| .Remove value | |
| .RemoveAt index | |
| .RemoveByKey key | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.ToolStripItemCollection | |