'Declaration Public Function GetError( _ ByVal control As System.Windows.Forms.Control _ ) As System.String
public System.string GetError( System.Windows.Forms.Control control )
Parameters
- control
- The item to get the error description text for.
Return Value
The error description text for the specified control.