ReportViewer.LinkActiveColor 屬性
取得或設定控制項中使用中連結的色彩。
命名空間: 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 值。