Gets the color used when displaying a link that has been previously visited.
- Returns
- A xtd::drawing::color that represents the color used to display links that have been visited. The default color is specified by the system, typically this color is xtd::drawing::color::purple.
- 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.