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

In This Topic
    HyperLinkForeColor Property (UserPreferences)
    In This Topic
    Gets or sets the color of the text within a control that hosts a hyperlink. The default is Blue.
    Syntax
    'Declaration
     
    Public Property HyperLinkForeColor As Color
    public Color HyperLinkForeColor {get; set;}

    Property Value

    The color of the hyper link fore.
    See Also