HtmlDocument::VisitedLinkColor Property

 

Gets or sets the Color of links to HTML pages that the user has already visited.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color VisitedLinkColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The color of visited links.

The Color type in the .NET Framework supports an Alpha value, but the HTML DOM does not. Therefore, Alpha will have no effect when assigned to this property.

.NET Framework
Available since 2.0
Return to top
Show: