Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / VisitedLinkColor Property


In This Topic
    VisitedLinkColor Property (HyperLinkCellType)
    In This Topic
    Gets or sets the color of visited links.
    Syntax
    'Declaration
     
    
    Public Property VisitedLinkColor As Color
    'Usage
     
    
    Dim instance As HyperLinkCellType
    Dim value As Color
     
    instance.VisitedLinkColor = value
     
    value = instance.VisitedLinkColor
    public Color VisitedLinkColor {get; set;}
    See Also