'UsageDim 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
nullor System.String.Empty to remove the error.