'Declaration Public Sub SetValidationError( _ ByVal component As Object, _ ByVal error As String _ )
'Usage Dim instance As ValidationProvider Dim component As Object Dim error As String instance.SetValidationError(component, error)
Parameters
- component
- The input component to associate with the error.
- error
- The error message to be associated to the passed input component.