ReportViewer.ToolBarItemPressedHoverBackColor Property
NOTE: This property is now obsolete.
This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(GetType(Color), "#99BBE2")> _
Public Property ToolBarItemPressedHoverBackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemPressedHoverBackColor
instance.ToolBarItemPressedHoverBackColor = value
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Color), "#99BBE2")]
public Color ToolBarItemPressedHoverBackColor { get; set; }
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
[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