'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - value
- The error description string, or
null
or System.String.Empty to remove the error.The value of this parameter can be
null
(Nothing
in Visual Basic).