[]
        
(Showing Draft Content)

C1.WPF.Document.C1Hyperlink.-ctor

C1Hyperlink Constructor

Initializes a new instance of the C1Hyperlink class.

Declaration
public C1Hyperlink()

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

Declaration
public C1Hyperlink(C1LinkTargetBase linkTarget)
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)
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)
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.