Next Method (AMenu)

Returns the next menu object in the menu Parent object.

Syntax

[ pMenu = ] Object.Next()

The Next method syntax has the following parts:

 

Name

Type

Description

Object

AMenu

AMenu object

pMenu

AMenu

The menu object found.

Comments

If there is no next menu, this method returns this menu.

Example

The following statement returns the next menu in the AMenu:

mnu1.Next()

Applies to

AMenu

See Also

Find, Previous