[]
Initializes a new instance of the C1Hyperlink class.
public C1Hyperlink()
Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTargetBase.
public C1Hyperlink(C1LinkTargetBase linkTarget)
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)
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)
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. |