C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TagDateTimeInputParams Class / ControlValueToTag Method
The source control containing the value.
The Tag to which the value is assigned.

In This Topic
ControlValueToTag Method (TagDateTimeInputParams)
In This Topic
Copies the value from the control to the tag.
Syntax
'Declaration
 
Public Overrides Sub ControlValueToTag( _
   ByVal control As Control, _
   ByVal tag As Tag _
) 
 

Parameters

control
The source control containing the value.
tag
The Tag to which the value is assigned.
See Also