ActivatePrevious Method

Applies To

Window object.

Description

Activates the specified window and then activates the window at the back of the window z-order.

Syntax

expression.ActivatePrevious

expression Required. An expression that returns a Window object.

See Also

ActivateNext method, DisplayNoteIndicator property, Previous property.

Example

This example activates the window at the back of the z-order.

ActiveWindow.ActivatePrevious