IContextMenu Interface Methods
In This Topic
For a list of all members of this type, see IContextMenu 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. |
 | GetContextMenuItem | Returns a context menu item with the specified name. |
 | RemoveItem | Removes a specified context menu item at a given position within the menu |
Top
See Also