[]
        
(Showing Draft Content)

C1.Document.C1Hyperlink.-ctor

C1Hyperlink Constructor

Initializes a new instance of the C1Hyperlink class.

Declaration
public C1Hyperlink()
Public Sub New()

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

Declaration
public C1Hyperlink(C1LinkTargetBase linkTarget)
Public Sub New(linkTarget As C1LinkTargetBase)
Parameters
Type Name Description
C1LinkTargetBase linkTarget

The C1LinkTargetBase to set as the target of the current hyperlink.

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

Declaration
public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText)
Public Sub New(linkTarget As C1LinkTargetBase, statusText As String)
Parameters
Type Name Description
C1LinkTargetBase linkTarget

The C1LinkTargetBase to set as the target of the current hyperlink.

string statusText

The string to assign to StatusText of the current hyperlink.

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

Declaration
public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText, object tag)
Public Sub New(linkTarget As C1LinkTargetBase, statusText As String, tag As Object)
Parameters
Type Name Description
C1LinkTargetBase linkTarget

The C1LinkTargetBase to set as the target of the current hyperlink.

string statusText

The string to assign to StatusText of the current hyperlink.

object tag

Arbitrary value to assign to Tag of the current hyperlink.