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