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

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;

Return Value

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

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace