ReportViewer.ToolBarItemHoverBackColor Property
Gets or sets the background color of toolbar item while the mouse pointer is over the item.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "#DDEEF7")> _
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemHoverBackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemHoverBackColor
instance.ToolBarItemHoverBackColor = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(typeof(Color), "#DDEEF7")]
[WebBrowsableAttribute(true)]
public Color ToolBarItemHoverBackColor { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(typeof(Color), L"#DDEEF7")]
[WebBrowsableAttribute(true)]
public:
property Color ToolBarItemHoverBackColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_ToolBarItemHoverBackColor ()
/** @property */
public void set_ToolBarItemHoverBackColor (Color value)
public function get ToolBarItemHoverBackColor () : Color
public function set ToolBarItemHoverBackColor (value : Color)
Property Value
A Color value indicating the background color of the toolbar item in hover state.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace