Microsoft SDK for Java

MDIClient.getMDIChildren

Retrieves a list of the MDI child forms.

Syntax

public Form[] getMDIChildren()

Return Value

Returns an array of Form objects that represent the MDI children.

Remarks

The items in the array returned by this method are sorted in the order in which the children were added to the form, not by the current z-order.

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