[]
        
(Showing Draft Content)

C1.C1Preview.TagDateTimeInputParams.TagValueToControl

TagValueToControl Method

TagValueToControl(Control, Tag)

Copies the value from the tag to the control.

Declaration
public override void TagValueToControl(Control control, Tag tag)
Parameters
Type Name Description
Control control

The control to which the value is copied.

Tag tag

That source Tag containing the value.

Overrides