ActiveReports Developer 7
HyperLinkForeColor Property
See Also  Example
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : HyperLinkForeColor Property

Glossary Item Box

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

Syntax

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

Example

Visual BasicCopy Code
WebViewer.FlashViewerOptions.HyperLinkForeColor = System.Drawing.Color.DarkGreen
C#Copy Code
WebViewer.FlashViewerOptions.HyperLinkForeColor = System.Drawing.Color.DarkGreen;

See Also