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 Constructor (ContainerControl)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal parentControl As ContainerControl _
)
[C#]
public ErrorProvider(
   ContainerControl parentControl
);
[C++]
public: ErrorProvider(
   ContainerControl* parentControl
);
[JScript]
public function ErrorProvider(
   parentControl : ContainerControl
);

Parameters

parentControl
[To be supplied.]

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | ErrorProvider Constructor Overload List