Adds an owned form to this form. Owned forms are other top level forms that are children of this form.
[Visual Basic] Public Sub AddOwnedForm( _ ByVal ownedForm As Form _ ) [C#] public void AddOwnedForm( Form ownedForm ); [C++] public: void AddOwnedForm( Form* ownedForm ); [JScript] public function AddOwnedForm( ownedForm : Form );