GrapeCity MultiRow Windows Forms Documentation
TrackVisitedState Property


Gets or sets a value that indicates whether the color of the hyperlink should be changed if it has been visited.
Syntax
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether the color of the hyperlink is changed if it has been visited.")>
<DefaultValueAttribute()>
Public Property TrackVisitedState As Boolean
Dim instance As LinkLabelCell
Dim value As Boolean
 
instance.TrackVisitedState = value
 
value = instance.TrackVisitedState
[SRCategory("Behavior")]
[SRDescription("Indicates whether the color of the hyperlink is changed if it has been visited.")]
[DefaultValue()]
public bool TrackVisitedState {get; set;}

Property Value

true if the color of the hyperlink should be changed after it was visited; otherwise, false. The default is true.
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

 

 


Copyright © GrapeCity, inc. All rights reserved.