[]
Sets the error description text for the specified control.
void SetError(Control control, string value)
Sub SetError(control As Control, value As String)
| Type | Name | Description |
|---|---|---|
| Control | control | The control to set the error description text for. |
| string | value | The error description text. |