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