Share via


Application.WindowNext Method

Project Developer Reference

Activates the next window.

Syntax

expression.WindowNext(NoWrap)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
NoWrap Optional Boolean True if using WindowNext on the last opened window doesn't wrap around to the first opened window. The default value is False.

Return Value
Boolean

Remarks

The window order should not be confused with the order in which projects appear in the window list, where they are sorted alphabetically.

See Also