Context Menu Item Target Interface. More...
#include <ivstcontextmenu.h>
Public Member Functions | |
virtual tresult | executeMenuItem (int32 tag)=0 |
Called when an menu item was executed. | |
Static Public Attributes | |
static const FUID | iid |
Context Menu Item Target Interface.
A receiver of a menu item should implement this interface, which will be called after the user has selected this menu item.
See IComponentHandler3 for more.