Determines if the color of links that have been visited should remain the same.
[Visual Basic] Public Function ShouldPersistVisitedLinkColor() As Boolean [C#] public bool ShouldPersistVisitedLinkColor(); [C++] public: bool ShouldPersistVisitedLinkColor(); [JScript] public function ShouldPersistVisitedLinkColor() : Boolean;
true if the color of links that have been visited should not change; otherwise, false.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace