'Declaration Public Function New( _ ByVal linkTarget As C1LinkTarget, _ ByVal statusText As String, _ ByVal userData As Object _ )
public C1Hyperlink( C1LinkTarget linkTarget, string statusText, object userData )
Parameters
- linkTarget
- The C1LinkTarget to set as the target of the current hyperlink.
- statusText
- The string to assign to StatusText of the current hyperlink.
- userData
- Arbitrary value to assign to UserData of the current hyperlink.