Share via


Application.WindowPrev Method

Project Developer Reference

Activates the previous window.

Syntax

expression.WindowPrev(NoWrap)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
NoWrap Optional Boolean True if using WindowPrev on the first opened window doesn't wrap around to the last 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