PrintDocument for WinForms
TagValueToControl メソッド (TagInputParams)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TagInputParams クラス : TagValueToControl メソッド
値のコピー先のコントロール。
値を含むソース Tag
タグからの値をコントロールにコピーします。
シンタックス
'宣言
 
Public MustOverride Sub TagValueToControl( _
   ByVal control As System.Windows.Forms.Control, _
   ByVal tag As Tag _
) 
'使用法
 
Dim instance As TagInputParams
Dim control As System.Windows.Forms.Control
Dim tag As Tag
 
instance.TagValueToControl(control, tag)
public abstract void TagValueToControl( 
   System.Windows.Forms.Control control,
   Tag tag
)

パラメータ

control
値のコピー先のコントロール。
tag
値を含むソース Tag
参照

TagInputParams クラス
TagInputParams メンバ