_Presentation.NewWindow Method
Opens a new window that contains the specified presentation. Returns a DocumentWindow object that represents the new window.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function NewWindow As DocumentWindow
'Usage
Dim instance As _Presentation
Dim returnValue As DocumentWindow
returnValue = instance.NewWindow()
DocumentWindow NewWindow()
Return Value
Type: Microsoft.Office.Interop.PowerPoint.DocumentWindow