[]
        
(Showing Draft Content)

C1.C1Preview.TagNumericInputParams.TagValueToControl

TagValueToControl Method

TagValueToControl(Control, Tag)

Copies the value from the tag to the control.

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

The control to which the value is copied.

Tag tag

That source Tag containing the value.

Overrides