Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
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