'宣言 Public Overrides Sub TagValueToControl( _ ByVal control As System.Windows.Forms.Control, _ ByVal tag As Tag _ )
'使用法 Dim instance As TagBoolInputParams Dim control As System.Windows.Forms.Control Dim tag As Tag instance.TagValueToControl(control, tag)
パラメータ
- control
- The control to which the value is copied.
- tag
- That source Tag containing the value.