Hyperlink.ScreenTip Property

Returns or sets the text that appears as a ScreenTip when the mouse pointer is positioned over the specified hyperlink.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace