ActionSetting.Hyperlink Property
Returns a Hyperlink object that represents the hyperlink for the specified shape. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Hyperlink As Hyperlink
Get
'Usage
Dim instance As ActionSetting
Dim value As Hyperlink
value = instance.Hyperlink
Hyperlink Hyperlink { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Hyperlink
Remarks
For the hyperlink to be active during a slide show, the Action property must be set to ppActionHyperlink.