Previous Method (AMenu)

Returns the previous menu object in the Parent menu object.

Syntax

[ pMenu = ] Object.Previous()

The Previous method syntax has the following parts:

 

Name

Type

Description

Object

AMenu

AMenu object

pMenu

AMenu

The menu object found.

Comments

If this is the top level menu, this method returns this menu.

Example

The following statement returns the previous menu in the AMenu:

mnu1.Previous()

Applies to

AMenu

See Also

Find, Next