'Usage
Dim instance As ErrorProvider Dim component As Object Dim value As String instance.SetError(component, value)
Parameters
- component
- The component on which the extender property resides.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - value
- The error description string for the specified element.
The value of this parameter can be
null
(Nothing
in Visual Basic).