Spread Windows Forms 12.0 Product Documentation
VisitedLinkColor Property (FpHyperlink)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : VisitedLinkColor Property
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
public Color VisitedLinkColor {get; set;}

Property Value

Color object containing the color of a visited link
Remarks
For the color of an unvisited link, refer to the LinkColor property.
See Also

Reference

FpHyperlink Class
FpHyperlink Members