Control Constructor ()
.NET Framework (current version)
Initializes a new instance of the Control class with default settings.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Control class is the base class for all controls used in a Windows Forms application. Because this class is not typically used to create an instance of the class, this constructor is typically not called directly but is instead called by a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: