COleControl::OnEnumVerbs

virtual BOOL OnEnumVerbs( LPENUMOLEVERB FAR* ppenumOleVerb );

Return Value

Nonzero if verbs are available; otherwise 0.

Parameters

ppenumOleVerb

A pointer to the IEnumOLEVERB object that enumerates the control’s verbs.

Remarks

Called by the framework when the container calls the IOleObject::EnumVerbs member function. The default implementation enumerates the ON_OLEVERB entries in the message map.

Override this function to change the default way of enumerating verbs.

COleControl OverviewClass MembersHierarchy Chart

See Also   ON_OLEVERB, ON_STDOLEVERB