Returns whether the object maintains a list of the current MDI child windows in an MDI Frame object.
[ bWindowList = ] Object.WindowList
The WindowList property syntax has the following parts:
Name |
Type |
Description |
Object |
AMenu |
AMenu object |
bWindowList |
Bool |
A boolean expression that specifies whether the object maintains a list of the current MDI child windows in an MDI Frame object. |
bWindowList can be one of the following:
Value |
Description |
True |
The menu object maintains a list of open windows and displays a check mark next to the active window. Users can click a window name to activate that window. |
False * |
The menu does not maintain a list of open windows. |
This property is read-only at run time.
The following statement returns whether the AMenu object maintains a list of the current MDI child windows in an MDI Frame object the menu item:
mnu1.WindowList(True)