Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1HyperlinkTextAttrs(
	Color backColor,
	Color foreColor,
	bool underline
)
Visual Basic
Public Sub New ( _
	backColor As Color, _
	foreColor As Color, _
	underline As Boolean _
)

Parameters

backColor
Type: System.Drawing..::..Color
The background color of the hyperlink text.
foreColor
Type: System.Drawing..::..Color
The foreground color of the hyperlink text.
underline
Type: System..::..Boolean
A value indicating whether the hyperlink text should be underlined.

See Also