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


In This Topic
VisitedLinkColor Property (FpHyperlink)
In This Topic
Gets or sets the color to paint the link when it has been visited.
Syntax
'Declaration
 
Public Property VisitedLinkColor As Color
 
'Usage
 
Dim instance As FpHyperlink
Dim value As Color
 
instance.VisitedLinkColor = value
 
value = instance.VisitedLinkColor
See Also