HtmlDocument.LinkColor プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As HtmlDocument Dim value As Color value = instance.LinkColor instance.LinkColor = value
/** @property */ public Color get_LinkColor () /** @property */ public void set_LinkColor (Color value)
現在のドキュメント内のハイパーリンクの色。

.NET Framework の Color 型は Alpha 値をサポートしていますが、HTML DOM はサポートしていません。したがって、このプロパティに Alpha を割り当てても効果はありません。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


HtmlDocument クラス
HtmlDocument メンバ
System.Windows.Forms 名前空間
HtmlDocument.ForeColor プロパティ
HtmlDocument.BackColor プロパティ
VisitedLinkColor
その他の技術情報
linkColor Property
- HtmlDocument.LinkColor プロパティのページへのリンク