FlexReport for WinForms
C1Hyperlink コンストラクタ(C1LinkTargetBase,String,Object)


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

パラメータ

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.
参照

参照

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