ActivateNext Method
Applies To
Window object.
Description
Activates the specified window and then sends it to the back of the window z-order.
Syntax
expression.ActivateNext
expression Required. An expression that returns a Window object.
See Also
ActivatePrevious method, DisplayNoteIndicator property, Next property.
Example
This example sends the active window to the back of the z-order.
ActiveWindow.ActivateNext