TagValueToControl Method (TagInputParams)
Copies the value from the tag to the control.
public abstract void TagValueToControl(
Control ,
Tag
)
'Declaration
Public MustOverride Sub TagValueToControl( _
ByVal As Control, _
ByVal As Tag _
)
Parameters
- control
- The control to which the value is copied.
- tag
- That source Tag containing the value.