ReportViewer.ToolBarItemPressedHoverBackColor 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")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Color), "#99BBE2")> _
Public Property ToolBarItemPressedHoverBackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color

value = instance.ToolBarItemPressedHoverBackColor

instance.ToolBarItemPressedHoverBackColor = value
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Color), "#99BBE2")] 
public Color ToolBarItemPressedHoverBackColor { get; set; }
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Color), L"#99BBE2")] 
public:
property Color ToolBarItemPressedHoverBackColor {
    Color get ();
    void set (Color value);
}
/** @property */
public Color get_ToolBarItemPressedHoverBackColor ()

/** @property */
public void set_ToolBarItemPressedHoverBackColor (Color value)
public function get ToolBarItemPressedHoverBackColor () : Color

public function set ToolBarItemPressedHoverBackColor (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