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