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


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