Microsoft SDK for Java

Form.addOwnedForm

Adds a form to this Form object's internal list of owned forms.

Syntax

public final void addOwnedForm( Form ownedForm )

Parameters

ownedForm

A Form object that specifies the form to add to the list.

Remarks

An owned form is a top-level form that is a child of this one. If the form specified in ownedForm is currently owned by a form other than this one, that form ceases to own the child form.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.