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!

UserControl Constructor

Creates a new UserControl object. A vast majority of people will not want to instantiate this class directly, but will be a sub- class of it. They should definitely not forget to call super() in their Constructors.

[Visual Basic]
Public Sub New()
[C#]
public UserControl();
[C++]
public: UserControl();
[JScript]
public function UserControl();

See Also

UserControl Class | UserControl Members | System.WinForms Namespace