'Usage
Dim instance As IValueControl Dim value As Object instance.SetControlValue(value)
Parameters
- value
- The new current value of the control.
'Usage
Dim instance As IValueControl Dim value As Object instance.SetControlValue(value)
The control's value can be null
even in controls that are not nullable (their IsNullable is false
).