ActionSetting.ActionVerb Property

Returns or sets a string that contains the OLE verb that will be run when the user clicks the specified shape or passes the mouse pointer over it during a slide show. Read/write.

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

Syntax

'Declaration
Property ActionVerb As String
    Get
    Set
'Usage
Dim instance As ActionSetting
Dim value As String

value = instance.ActionVerb

instance.ActionVerb = value
string ActionVerb { get; set; }

Property Value

Type: System.String

Remarks

The Action property must be set to the ppActionOLEVerb value of ActionSetting first for this property to affect the slide show action.

See Also

Reference

ActionSetting Interface

ActionSetting Members

Microsoft.Office.Interop.PowerPoint Namespace