GrapeCity MultiRow Windows Forms Documentation
LinkVisited Property


Gets or sets a value that indicates whether the link was visited.
Syntax
<SRDescriptionAttribute("Indicates whether the hyperlink is rendered as visited.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property LinkVisited As Boolean
Dim instance As LinkLabelCell
Dim value As Boolean
 
instance.LinkVisited = value
 
value = instance.LinkVisited
[SRDescription("Indicates whether the hyperlink is rendered as visited.")]
[DefaultValue()]
[SRCategory("Appearance")]
public bool LinkVisited {get; set;}

Property Value

true if the link has been visited; otherwise, false. The default is false.
Remarks
Refer to the System.Windows.Forms.LinkLabel in MSDN.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinkLabelCell Class
LinkLabelCell Members
VisitedLinkColor Property

 

 


Copyright © GrapeCity, inc. All rights reserved.