Spread Windows Forms 12.0 Product Documentation
LinksVisited Property


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

Property Value

Boolean array: true for each link that has been visited (previously clicked on) and false for each link that has not been visited
See Also

Reference

FpHyperlink Class
FpHyperlink Members