'Usage
Dim instance As UserValueControl Dim control As Control Dim value As String instance.SetControlError(control, value)
Parameters
- control
- The control to set the error description string for.
- value
- The error description string, or
null
or System.String.Empty to remove the error.