| --PROPERTIES OF dotNetObject:System.Windows.Forms.Menu+MenuItemCollection | 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.Menu+MenuItemCollection | |
| .Add item | |
| .Add caption | |
| .Add index item | |
| .Add caption onClick | |
| .Add caption items | |
| .AddRange items | |
| .Clear() | |
| .Contains value | |
| .ContainsKey key | |
| .CopyTo dest index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .Find key searchAllChildren | |
| .GetEnumerator() | |
| .GetHashCode() | |
| .GetType() | |
| .IndexOf value | |
| .IndexOfKey key | |
| .[static]ReferenceEquals objA objB | |
| .Remove item | |
| .RemoveAt index | |
| .RemoveByKey key | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.Menu+MenuItemCollection | |