Copies the value from the tag to the control.

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

Syntax

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

Parameters

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

See Also