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