Microsoft SDK for Java

MenuItem.setMDIList

Sets a boolean value that indicates whether this menu item should be populated with a list of the MDI children that appear on the form with which this menu is associated.

Syntax

public void setMDIList( boolean value )

Parameters

value

Set to true to display the form's MDI children in this menu item; otherwise, set to false.

See Also   getMDIList

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