ActiveReports Developer 7
HyperLinkForeColor Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > UserPreferences Class : HyperLinkForeColor Property

Glossary Item Box

Gets or sets the color of the text within a control that hosts a hyperlink. The default is Blue.

Syntax

Visual Basic (Declaration) 
Public Property HyperLinkForeColor As Color
C# 
public Color HyperLinkForeColor {get; set;}

See Also