Control Constructor
.NET Framework 4.5
Initializes a new instance of the Control class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Control() | Initializes a new instance of the Control class with default settings. |
|
Control(String) | Initializes a new instance of the Control class with specific text. |
|
Control(Control, String) | Initializes a new instance of the Control class as a child control, with specific text. |
|
Control(String, Int32, Int32, Int32, Int32) | Initializes a new instance of the Control class with specific text, size, and location. |
|
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. |