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.ShouldPersistLinkColor

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;

Return Value

true if the color of links in normal cases should not change; otherwise, false.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace