ObjectVerbs Interface

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."

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("9149348A-5A91-11CF-8700-00AA0060263B")> _
Public Interface ObjectVerbs _
    Inherits Collection
'Usage
Dim instance As ObjectVerbs
[GuidAttribute("9149348A-5A91-11CF-8700-00AA0060263B")]
public interface ObjectVerbs : Collection

See Also

Reference

ObjectVerbs Members

Microsoft.Office.Interop.PowerPoint Namespace