Initializes a new instance of the C1HyperlinkTextAttrs class, assigning Underline property.

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

Syntax

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

Parameters

underline
Type: System..::..Boolean
A value indicating whether the hyperlink text should be underlined.

See Also