C1Hyperlink Constructor(C1LinkTarget,String,Object) | Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Hyperlink Class / C1Hyperlink Constructor / C1Hyperlink Constructor(C1LinkTarget,String,Object)
The C1LinkTarget to set as the target of the current hyperlink.
The string to assign to StatusText of the current hyperlink.
Arbitrary value to assign to UserData of the current hyperlink.

In This Topic
C1Hyperlink Constructor(C1LinkTarget,String,Object)
In This Topic
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.
Syntax
'Declaration
 
Public Function New( _
   ByVal linkTarget As C1LinkTarget, _
   ByVal statusText As String, _
   ByVal userData As Object _
)
 

Parameters

linkTarget
The C1LinkTarget to set as the target of the current hyperlink.
statusText
The string to assign to StatusText of the current hyperlink.
userData
Arbitrary value to assign to UserData of the current hyperlink.
See Also