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