- ownedForm
- A System.Windows.Forms.Form representing the form to remove from the list of owned forms for this form.
The form assigned to the owner form remains owned until the Form.RemoveOwnedForm(Form) method is called. In addition to removing the owned form from the list of owned form, this method also sets the owner form to null.