ScreenTip Property (Hyperlink)
In This Topic
Gets or sets the text that appears as a ScreenTip when the mouse pointer is positioned over the specified hyperlink.
Syntax
'Declaration
Public Property ScreenTip As System.String
public System.string ScreenTip {get; set;}
See Also