WindowList Property (AMenu)

Returns whether the object maintains a list of the current MDI child windows in an MDI Frame object.

Syntax

[ 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.

Where

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.

Comments

This property is read-only at run time.

Example

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)

Applies to

AMenu

See Also

Menus