コントロールのアクティブなリンクの色を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property LinkActiveColor As Color
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Color
value = instance.LinkActiveColor
instance.LinkActiveColor = value
[WebBrowsableAttribute(true)]
public Color LinkActiveColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color LinkActiveColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member LinkActiveColor : Color with get, set
function get LinkActiveColor () : Color
function set LinkActiveColor (value : Color)
プロパティ値
型: System.Drawing.Color
アクティブなリンクの色を示す Color 値。