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