Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagInputParams Class / ControlValueToTag Method
The source control containing the value.
The Tag to which the value is assigned.

In This Topic
    ControlValueToTag Method (TagInputParams)
    In This Topic
    Copies the value from the control to the tag.
    Syntax
    'Declaration
     
    Public MustOverride Sub ControlValueToTag( _
       ByVal control As Control, _
       ByVal tag As Tag _
    ) 
    public abstract 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