Adds a control to the form.
public void add( Control control )
control
A Control object that specifies the control to add to this form.
A call to this method places the control visually on this form, and makes this form the control's parent.