ON_STDOLEVERB
Visual Studio 2008
Use this macro to override the default behavior of a standard verb.
ON_STDOLEVERB(iVerb, memberFxn )
The standard verb index is of the form OLEIVERB_, followed by an action. OLEIVERB_SHOW, OLEIVERB_HIDE, and OLEIVERB_UIACTIVATE are some examples of standard verbs.
See ON_OLEVERB for a description of the function prototype to be used as the memberFxn parameter.