Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.