Proprietà ReportViewer.ToolBarItemPressedBorderColor

Recupera o imposta il colore di un elemento della barra degli strumenti durante la selezione.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<SRDescriptionAttribute("ToolBarItemPressedBorderColorDesc")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
Public Property ToolBarItemPressedBorderColor As Color
'Utilizzo
Dim instance As ReportViewer
Dim value As Color

value = instance.ToolBarItemPressedBorderColor

instance.ToolBarItemPressedBorderColor = value
[SRDescriptionAttribute("ToolBarItemPressedBorderColorDesc")] 
[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)

Valore proprietà

Valore Color che indica il colore dell'elemento della barra degli strumenti durante la selezione.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms