'UsageDim 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.
 - value
 - The error description string for the specified element.