Copies the value from the control to the tag.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override void ControlValueToTag(
	Control control,
	Tag tag
)
Visual Basic
Public Overrides Sub ControlValueToTag ( _
	control As Control, _
	tag As Tag _
)

Parameters

control
Type: System.Windows.Forms..::..Control
The source control containing the value.
tag
Type: C1.C1Preview..::..Tag
The Tag to which the value is assigned.

See Also