ReportViewer.ToolBarItemPressedBorderColor-Eigenschaft

Ruft die Farbe ab bzw. legt die Farbe fest, die ein Symbolleistenelement hat, wenn darauf geklickt wird.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
Public Property ToolBarItemPressedBorderColor As Color
'Usage
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)

Eigenschaftenwert

Ein Color-Wert, der die Farbe für ein Symbolleistenelement angibt, auf das geklickt wird.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WebForms-Namespace