System.Windows.Forms.ToolStripLabel.LinkVisited Property

Gets or sets a value indicating whether a link should be displayed as though it were visited.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool LinkVisited { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Windows.Forms.LinkLabel control does not automatically denote that a link is a visited link. To display the link as a visited link, you can set the value of this property to true in an event handler for the click event of the System.Windows.Forms.LinkLabel. A visited link is displayed using the color specified in the ToolStripLabel.VisitedLinkColor property of the System.Windows.Forms.ToolStripLabel control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0