ControlCollection.AddControl Method
Include Protected Members
Include Inherited Members
Adds the specified Control to the ControlCollection instance.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddControl(Control, Range, String) | Adds the specified Control to the ControlCollection at the specified range. | |
AddControl(Control, Double, Double, Double, Double, String) | Adds the specified Control to the ControlCollection at the location and size specified. |
Top