_Application.NewWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a new window with the same document as the specified window.
public:
Microsoft::Office::Interop::Word::Window ^ NewWindow();
public Microsoft.Office.Interop.Word.Window NewWindow ();
abstract member NewWindow : unit -> Microsoft.Office.Interop.Word.Window
Public Function NewWindow () As Window
Returns
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.