This topic has not yet been rated - Rate this topic

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)

public Color ToolBarItemPressedBorderColor { get; set; }
/** @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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.