Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagDateTimeInputParams Class / TagValueToControl Method
The control to which the value is copied.
That source Tag containing the value.

In This Topic
    TagValueToControl Method (TagDateTimeInputParams)
    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 _
    ) 
    public override void TagValueToControl( 
       Control control,
       Tag tag
    )

    Parameters

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