Spread Windows Forms 15.0
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
    public bool Visited {get; set;}
    See Also