Microsoft SDK for Java

Form.setOwner

Sets the owner for this form.

Syntax

public final void setOwner( Form owner )

Parameters

owner

A Form object that identifies the new owner for this form.

Remarks

A call to this method is identical to calling the owner form's addOwnedForm method, specifying this form object as a parameter.

See Also   getOwner, removeOwnedForm

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