ActiveReports.Viewer3 Request technical support
HyperLinkForeColor Property
See Also 


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
Visual Basic (Usage)Copy Code
Dim instance As UserPreferences
Dim value As Color
 
instance.HyperLinkForeColor = value
 
value = instance.HyperLinkForeColor
C# 
public Color HyperLinkForeColor {get; set;}

See Also