ErrorProvider presents a simple user interface for indicating to the user that a control on a form has an error associated with it. If a error description string is specified for the control, then an icon will appear next to the control, and when the mouse hovers over the icon, a tooltip will appear showing the error description string.
Object
Component
ErrorProvider
[Visual Basic] Public Class ErrorProvider Inherits Component Implements IExtenderProvider [C#] public class ErrorProvider : Component, IExtenderProvider [C++] public __gc class ErrorProvider : public Component, IExtenderProvider [JScript] public class ErrorProvider extends Component, IExtenderProvider
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll