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

Glossary Item Box

Gets or sets the background color of the controls that hosts a hyperlink. The default is transparent.

Syntax

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

See Also