[]
Initializes a new instance of the C1Hyperlink class.
public C1Hyperlink()
Public Sub New()
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.
public C1Hyperlink(C1LinkTargetBase linkTarget)
Public Sub New(linkTarget As C1LinkTargetBase)
| 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.
public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText)
Public Sub New(linkTarget As C1LinkTargetBase, statusText As String)
| 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.
public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText, object tag)
Public Sub New(linkTarget As C1LinkTargetBase, statusText As String, tag As Object)
| 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. |