NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ErrorProvider Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ErrorProvider Members | System.WinForms Namespace