HtmlDocument.VisitedLinkColor 屬性

定義

取得或設定使用者已經瀏覽過之 HTML 網頁連結的色彩。

public:
 property System::Drawing::Color VisitedLinkColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color VisitedLinkColor { get; set; }
member this.VisitedLinkColor : System.Drawing.Color with get, set
Public Property VisitedLinkColor As Color

屬性值

Color

已瀏覽過之連結的色彩。

備註

Color.NET Framework中的類型支援 Alpha 值,但 HTML DOM 則不支援。 因此, Alpha 指派給這個屬性時,將不會有任何作用。

適用於

另請參閱