Next Property
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextWindow object, Window object
Gets the next window in the tab sequence.
Syntax
object**.Next**
Parameters
object
An expression that evaluates to a TextWindow object or a Window object.
Remarks
The Next property has the Window type.
Example
The following example gets the next window in the tab sequence:
Dim nxt
set nxt = Window.Next
See Also Previous property.