ContextMenu Object Methods
In This Topic
For a list of all members of this type, see ContextMenu members.
Public Methods
| Name | Description |
| AddMenuItem | Adds a new context menu item to the end of the menu. |
| AddSeparator | Adds a new separator to the end of the menu. |
| ClearAllItems | Removes all items from the context menu, resulting in an empty menu. |
| Equals | Determines whether the specified Object is equal to the current Object. |
| GetContextMenuItem | Returns a context menu item with the specified name. |
| GetHashCode | Serves as a hash function for a particular type. |
| RemoveItem | Removes a specified context menu item at a given position within the menu |
Top
See Also