Sets the color used when displaying a link that has been previously visited.
- Parameters
-
- Returns
- Current control.
- Note
- When setting this property, ensure that the color you are setting the property to does not conflict with the color of the control's background or the text does not display properly. For example, if the background color of the control is xtd::drawing::color::red and this property is set to xtd::drawing::color::rRed, the text is not shown properly when the link is displayed as a visited link.