TagValueToControl Method (TagDateTimeInputParams)
In This Topic
Copies the value from the tag to the control.
Syntax
'Declaration
Public Overrides Sub TagValueToControl( _
ByVal As Control, _
ByVal As Tag _
)
public override void TagValueToControl(
Control ,
Tag
)
Parameters
- control
- The control to which the value is copied.
- tag
- That source Tag containing the value.
See Also