Previous Property

Home Page (Objects)OverviewFAQReference

Applies to: TextWindow object, Window object

Gets the previous window.

Syntax

object.Previous

Parameters

object

An expression that evaluates to a TextWindow object or a Window object.

Remarks

The Previous property has the Window type.

The previous window is the one you see when you press CTRL+SHIFT+TAB.

Example

The following example gets the previous window:

Dim prev
Set prev = Window.Previous

See Also   Next property.