_Application.NewWindow Method

Opens a new window with the same document as the specified window.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function NewWindow As Window
'Usage
Dim instance As _Application
Dim returnValue As Window

returnValue = instance.NewWindow()
Window NewWindow()

Return Value

Type: Microsoft.Office.Interop.Word.Window

Remarks

This method returns a Window object. A new window is opened for the active window.

A colon (:) and a number appear in the window caption when more than one window is open for a document.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace