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