Hyperlink.ScreenTip Property

Returns or sets the ScreenTip text of a hyperlink. Read/write.

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

Syntax

'Declaration
Property ScreenTip As String
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As String

value = instance.ScreenTip

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

Property Value

Type: System.String

Remarks

ScreenTip text appears, for example, when you save a presentation to HTML, view it in a Web browser, and rest the mouse pointer over a hyperlink. Some browsers may not support ScreenTips.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.PowerPoint Namespace