Shape.ActionSettings Property
Returns an ActionSettings object that contains information about what action occurs when the user clicks or moves the mouse over the specified shape or text range during a slide show. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property ActionSettings As ActionSettings
Get
'Usage
Dim instance As Shape
Dim value As ActionSettings
value = instance.ActionSettings
ActionSettings ActionSettings { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ActionSettings