Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / LinksVisited Property


In This Topic
LinksVisited Property
In This Topic
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
See Also