Spread Windows Forms 12.0 Product Documentation
Visited Property


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : Visited Property
Gets or sets whether link has been visited.
Syntax
'Declaration
 
Public Property Visited As Boolean
'Usage
 
Dim instance As FpHyperlink
Dim value As Boolean
 
instance.Visited = value
 
value = instance.Visited
public bool Visited {get; set;}

Property Value

true if the link has been clicked on; false otherwise
See Also

Reference

FpHyperlink Class
FpHyperlink Members