InfoConnect for Unisys
Tooltip Property (Hotspot)


Gets or sets the text to display when the mouse cursor is over the hotspot.
Syntax
'Declaration
 
Public Property Tooltip As String
'Usage
 
Dim instance As Hotspot
Dim value As String
 
instance.Tooltip = value
 
value = instance.Tooltip
public string Tooltip {get; set;}
See Also