Hyperlink.TextToDisplay Property
Returns or sets the display text for a hyperlink not associated with a graphic. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property TextToDisplay As String
Get
Set
'Usage
Dim instance As Hyperlink
Dim value As String
value = instance.TextToDisplay
instance.TextToDisplay = value
string TextToDisplay { get; set; }
Property Value
Type: System.String
Remarks
This property will cause a run-time error if used with a hyperlink that is not associated with a text range.