Właściwość ReportViewer.ToolBarItemPressedBorderColor —
Uwaga: ten interfejs API jest teraz nieaktualny.
This property is no longer applicable and exists for backward compatibility. ReportViewer control no longer uses pressed buttons.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
<BrowsableAttribute(False)> _
Public Property ToolBarItemPressedBorderColor As Color
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public Color ToolBarItemPressedBorderColor { get; set; }
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public:
property Color ToolBarItemPressedBorderColor {
Color get ();
void set (Color value);
}
[<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")>]
[<BrowsableAttribute(false)>]
member ToolBarItemPressedBorderColor : Color with get, set
function get ToolBarItemPressedBorderColor () : Color
function set ToolBarItemPressedBorderColor (value : Color)
Wartość właściwości
Typ: Color
A Color value indicating the color of the toolbar item in pressed state.