Microsoft SDK for Java

Form.removeOwnedForm

Removes a form from this Form object's internal list of owned forms.

Syntax

public final void removeOwnedForm( Form ownedForm )

Parameters

ownedForm

A Form object that specifies the form to remove from the list.

Remarks

After a form is removed from another form's ownership list, a call to the removed form's getOwner method returns null.

See Also   addOwnedForm

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