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

Gets or sets the color used to display active links.

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

Property Value

A Color that represents the color used to display active links. The default is Red.

See Also

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