IContextMenuItemCollection.Remove Method
| Name | Parameters | Description |
|---|---|---|
| Remove(IContextMenuItem) | item | Removes the specified item from the item collection. |
| Remove(Int32) | index | Removes an item with the specified index from an item collection. |
| Remove(String) | name | Removes the item with a specified name from an item collection. |