Share via


Propiedad ReportViewer.ToolBarItemPressedBorderColor

Obtiene o establece el color de un elemento de la barra de herramientas cuando se presiona sobre él.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
Public Property ToolBarItemPressedBorderColor As Color
'Uso
Dim instance As ReportViewer
Dim value As Color

value = instance.ToolBarItemPressedBorderColor

instance.ToolBarItemPressedBorderColor = value
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(typeof(Color), "#336699")] 
public Color ToolBarItemPressedBorderColor { get; set; }
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(typeof(Color), L"#336699")] 
public:
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)

Valor de la propiedad

Un valor Color que indica el color del elemento presionado de la barra de herramientas.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms