C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagNumericInputParams Class / TagValueToControl Method
The control to which the value is copied.
That source Tag containing the value.

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

Parameters

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