Documentation for this section has not yet been entered.
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.