| VST 3 Interfaces VST 3.7
    SDK for developing VST plug-in | 
Extended host callback interface Vst::IComponentHandler3 for an edit controller. More...
#include <ivstcontextmenu.h>
 Inheritance diagram for IComponentHandler3:
 Inheritance diagram for IComponentHandler3:| Public Member Functions | |
| virtual IContextMenu * | createContextMenu (IPlugView *plugView, const ParamID *paramID)=0 | 
| Creates a host context menu for a plug-in:  More... | |
|  Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 | 
| virtual uint32 | addRef ()=0 | 
| virtual uint32 | release ()=0 | 
| Static Public Attributes | |
| static const FUID | iid | 
|  Static Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
Extended host callback interface Vst::IComponentHandler3 for an edit controller.
A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu.
 The host may pre-fill this context menu with specific items regarding the parameter ID like "Show automation for parameter", "MIDI learn" etc...
 The plug-in can use the context menu in two ways :
Note: You can and should use this even if you do not add your own items to the menu as this is considered to be a big user value.
 
| 
 | pure virtual | 
Creates a host context menu for a plug-in:
| 
 | static |