Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework when the container calls the IOleObject::EnumVerbs member function.
virtual BOOL OnEnumVerbs(
LPENUMOLEVERB* ppenumOleVerb
);
Parameters
- ppenumOleVerb
A pointer to the IEnumOLEVERB object that enumerates the control's verbs.
Return Value
Nonzero if verbs are available; otherwise 0.
Remarks
The default implementation enumerates the ON_OLEVERB entries in the message map.
Override this function to change the default way of enumerating verbs.
Requirements
Header: afxctl.h