DataGridViewLinkCell::LinkVisited Property
.NET Framework (current version)
Gets or sets a value indicating whether the link was visited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the link has been visited; otherwise, false. The default is false.
When the TrackVisitedState property is set to true, the LinkVisited property is automatically set when the link is visited.
A link is visited if it has been activated by selecting it with the mouse or keyboard.
.NET Framework
Available since 2.0
Available since 2.0
Show: