'UsageDim instance As IValueControl Dim value As Object instance.SetControlValue(value)
Parameters
- value
- The new current value of the control.
 
            'UsageDim 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).