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

Gets or sets the color used to display disabled links.

[Visual Basic]
Public Property DisabledLinkColor As Color
[C#]
public Color DisabledLinkColor {get; set;}
[C++]
public: __property Color get_DisabledLinkColor();
public: __property void set_DisabledLinkColor(Color);
[JScript]
public function get DisabledLinkColor() : Color;
public function set DisabledLinkColor(Color);

Property Value

A Color that represents the color used to display disabled links. The default is the LinkColor property value.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color | LinkColor