'Declaration Public Function New( _ ByVal linkTarget As C1LinkTargetBase, _ ByVal statusText As String, _ ByVal tag As Object _ )
public C1Hyperlink( C1LinkTargetBase linkTarget, string statusText, 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.