Returns the previous menu object in the Parent menu object.
[ pMenu = ] Object.Previous()
The Previous method syntax has the following parts:
Name |
Type |
Description |
Object |
AMenu |
AMenu object |
pMenu |
AMenu |
The menu object found. |
If this is the top level menu, this method returns this menu.
The following statement returns the previous menu in the AMenu:
mnu1.Previous()