Class ObjectVerbs (PowerPoint VBA)

The class ObjectVerbs represents the collection of OLE verbs for the specified OLE object. OLE verbs are the operations supported by an OLE object. Commonly used OLE verbs are "play" and "edit." To use a ObjectVerbs class variable it first needs to be instantiated, for example


Dim ovs as ObjectVerbs
Set ovs = ActiveWindow.RangeFromPoint.OLEFormat.ObjectVerbs