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