Control Constructor
.NET Framework (current version)
Initializes a new instance of the Control class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Control() | Initializes a new instance of the Control class with default settings. |
![]() | Control(Control^, String^) | Initializes a new instance of the Control class as a child control, with specific text. |
![]() | Control(Control^, String^, Int32, Int32, Int32, Int32) | Initializes a new instance of the Control class as a child control, with specific text, size, and location. |
![]() | Control(String^) | Initializes a new instance of the Control class with specific text. |
![]() | Control(String^, Int32, Int32, Int32, Int32) | Initializes a new instance of the Control class with specific text, size, and location. |
Show:
