ComponentOne FlexReport for WinForms
C1Hyperlink Constructor(C1LinkTargetBase,String,Object)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1Hyperlink Class > C1Hyperlink Constructor : C1Hyperlink Constructor(C1LinkTargetBase,String,Object)
The C1LinkTargetBase to set as the target of the current hyperlink.
The string to assign to StatusText of the current hyperlink.
Arbitrary value to assign to Tag of the current hyperlink.
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.
Syntax
'Declaration
 
Public Function New( _
   ByVal linkTarget As C1LinkTargetBase, _
   ByVal statusText As System.String, _
   ByVal tag As System.Object _
)
public C1Hyperlink( 
   C1LinkTargetBase linkTarget,
   System.string statusText,
   System.object tag
)

Parameters

linkTarget
The C1LinkTargetBase to set as the target of the current hyperlink.
statusText
The string to assign to StatusText of the current hyperlink.
tag
Arbitrary value to assign to Tag of the current hyperlink.
See Also

Reference

C1Hyperlink Class
C1Hyperlink Members
Overload List