ScreenTip Property (Hyperlink)
Gets or sets the ScreenTip text for the specified hyperlink.
public string ScreenTip {get; set;}
'Declaration
Public Property ScreenTip As String
'Usage
Dim instance As Hyperlink
Dim value As String
instance.ScreenTip = value
value = instance.ScreenTip