NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkLabel.ShouldPersistActiveLinkColor

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;

Return Value

true if the color for active links should not change; otherwise, false.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace