PrintDocument for WinForms
C1Hyperlink コンストラクタ(C1LinkTarget,String,Object)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Hyperlink クラス > C1Hyperlink コンストラクタ : C1Hyperlink コンストラクタ(C1LinkTarget,String,Object)
The C1LinkTarget to set as the target of the current hyperlink.
The string to assign to C1Hyperlink.StatusText of the current hyperlink.
Arbitrary value to assign to C1Hyperlink.UserData of the current hyperlink.
Initializes a new instance of the C1Hyperlink class, assigning its C1Hyperlink.LinkTarget to the specified C1LinkTarget.
シンタックス
'宣言
 
Public Function New( _
   ByVal linkTarget As C1LinkTarget, _
   ByVal statusText As System.String, _
   ByVal userData As System.Object _
)
'使用法
 
Dim linkTarget As C1LinkTarget
Dim statusText As System.String
Dim userData As System.Object
 
Dim instance As New C1Hyperlink(linkTarget, statusText, userData)
public C1Hyperlink( 
   C1LinkTarget linkTarget,
   System.string statusText,
   System.object userData
)

パラメータ

linkTarget
The C1LinkTarget to set as the target of the current hyperlink.
statusText
The string to assign to C1Hyperlink.StatusText of the current hyperlink.
userData
Arbitrary value to assign to C1Hyperlink.UserData of the current hyperlink.
参照

C1Hyperlink クラス
C1Hyperlink メンバ
オーバーロード一覧