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