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();
UserControl Class | UserControl Members | System.WinForms Namespace