IContextMenu
4/8/2010
The IContextMenu interface is used by the shell when working with context menu extensions.
When to Implement
Implement IContextMenu when you want to use context menu extensions.
When to Use
Use this interface to add and invoke extra context menu items.
Methods in Vtable Order
IUnknown methods
IContextMenu methods Description Adds the extra menu items to the context menu.
Runs a context menu command when the user selects one that was inserted with QueryContextMenu.
Called by the shell to validate that the command exists, to get the command name, or to get the command help text.
Requirements
Header | shlobj.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |