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