PrintDocument for WinForms
ControlValueToTag メソッド (TagInputParams)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagInputParams クラス : ControlValueToTag メソッド
The source control containing the value.
The Tag to which the value is assigned.
Copies the value from the control to the tag.
シンタックス
'宣言
 
Public MustOverride Sub ControlValueToTag( _
   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.ControlValueToTag(control, tag)
public abstract void ControlValueToTag( 
   System.Windows.Forms.Control control,
   Tag tag
)

パラメータ

control
The source control containing the value.
tag
The Tag to which the value is assigned.
参照

TagInputParams クラス
TagInputParams メンバ