Share via


IOleObjectImpl::EnumVerbs

Supplies an enumeration of registered actions (verbs) for this control by calling OleRegEnumVerbs.

STDMETHOD(EnumVerbs)( 
   IEnumOLEVERB** ppEnumOleVerb  
);

Remarks

You can add verbs to your project's .rgs file. For example, see CIRCCTL.RGS in the CIRC sample.

See IOleObject::EnumVerbs in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IOleObjectImpl Class

OleRegEnumVerbs

IOleObjectImpl::EnumAdvise