Propriété ReportViewer.ToolBarItemPressedHoverBackColor
Obtient ou définit la couleur d'arrière-plan de l'élément de la barre d'outils lorsque la souris pointe sur cet élément.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("ToolBarItemPressedHoverBackColorDesc")> _
<DefaultValueAttribute(GetType(Color), "#99BBE2")> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemPressedHoverBackColor As Color
'Utilisation
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemPressedHoverBackColor
instance.ToolBarItemPressedHoverBackColor = value
[SRDescriptionAttribute("ToolBarItemPressedHoverBackColorDesc")]
[DefaultValueAttribute(typeof(Color), "#99BBE2")]
[CategoryAttribute("Appearance")]
[WebBrowsableAttribute(true)]
public Color ToolBarItemPressedHoverBackColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"#99BBE2")]
[CategoryAttribute(L"Appearance")]
[WebBrowsableAttribute(true)]
public:
Color ToolBarItemPressedHoverBackColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_ToolBarItemPressedHoverBackColor ()
/** @property */
public void set_ToolBarItemPressedHoverBackColor (Color value)
public function get ToolBarItemPressedHoverBackColor () : Color
public function set ToolBarItemPressedHoverBackColor (value : Color)
Valeur de la propriété
Valeur Color qui indique la couleur d'arrière-plan de l'élément de la barre d'outils en état de pointage.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms