'宣言 Public Function New( _ ByVal linkTarget As C1LinkTargetBase, _ ByVal statusText As System.String _ )
'使用法 Dim linkTarget As C1LinkTargetBase Dim statusText As System.String Dim instance As New C1Hyperlink(linkTarget, statusText)
public C1Hyperlink( C1LinkTargetBase linkTarget, System.string statusText )
パラメータ
- linkTarget
- The C1LinkTargetBase to set as the target of the current hyperlink.
- statusText
- The string to assign to StatusText of the current hyperlink.