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

Gets or sets the color used to display the link once it has been visited.

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

Property Value

A Color that represents the color used to display links that have been visited. The default is Purple.

See Also

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