Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

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

Syntax

C#
public C1Hyperlink(
	C1LinkTarget linkTarget,
	string statusText,
	Object userData
)
Visual Basic
Public Sub New ( _
	linkTarget As C1LinkTarget, _
	statusText As String, _
	userData As Object _
)

Parameters

linkTarget
Type: C1.C1Preview..::..C1LinkTarget
The C1LinkTarget to set as the target of the current hyperlink.
statusText
Type: System..::..String
The string to assign to StatusText of the current hyperlink.
userData
Type: System..::..Object
Arbitrary value to assign to UserData of the current hyperlink.

See Also