ReportViewer.LinkActiveHoverColor Propiedad
Obtiene o establece el color del vínculo activo del control cuando el puntero está sobre el vínculo.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<WebBrowsableAttribute(True)> _
Public Property LinkActiveHoverColor As Color
Get
Set
'Uso
Dim instance As ReportViewer
Dim value As Color
value = instance.LinkActiveHoverColor
instance.LinkActiveHoverColor = value
[WebBrowsableAttribute(true)]
public Color LinkActiveHoverColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color LinkActiveHoverColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member LinkActiveHoverColor : Color with get, set
function get LinkActiveHoverColor () : Color
function set LinkActiveHoverColor (value : Color)
Valor de la propiedad
Tipo: System.Drawing.Color
Un valor Color que indica el color del vínculo activo cuando se mantiene el mouse sobre él.