ReportViewer.ToolBarItemHoverBackColor 属性
获取或设置当鼠标指针位于工具栏项上时该项的背景颜色。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemHoverBackColor As Color
Get
Set
用法
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemHoverBackColor
instance.ToolBarItemHoverBackColor = value
[WebBrowsableAttribute(true)]
public Color ToolBarItemHoverBackColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color ToolBarItemHoverBackColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member ToolBarItemHoverBackColor : Color with get, set
function get ToolBarItemHoverBackColor () : Color
function set ToolBarItemHoverBackColor (value : Color)
属性值
类型:System.Drawing.Color
一个 Color 值,指示在处于悬停状态时工具栏项的背景颜色。