ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UserPreferences Class / HyperLinkBackColor Property

In This Topic
    HyperLinkBackColor Property (UserPreferences)
    In This Topic
    Gets or sets the background color of the controls that hosts a hyperlink. The default is transparent.
    Syntax
    'Declaration
     
    Public Property HyperLinkBackColor As Color
    public Color HyperLinkBackColor {get; set;}

    Property Value

    The color of the hyper link back.
    See Also