PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TagStringInputParams Class / ControlValueToTag Method
The source control containing the value.
The Tag to which the value is assigned.

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

    Parameters

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