Returns the current error description string for the specified control.
[Visual Basic] Public Function GetError( _ ByVal control As RichControl _ ) As String [C#] public string GetError( RichControl control ); [C++] public: String* GetError( RichControl* control ); [JScript] public function GetError( control : RichControl ) : String;
Error description string for the specified control.
ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | SetError