'Declaration<CanBeNullAttribute()> <BrowsableAttribute(False)> Public Function GetError( _ ByVal component As Object _ ) As String
'UsageDim instance As ErrorProvider Dim component As Object Dim value As String value = instance.GetError(component)
Parameters
- component
- The component on which the extender property resides.
Return Value
The current error description string for the specified element..
