Previous Document Next Document

Object Model Reference : Classes : W : Window : Methods : Window.NewWindow


Window.NewWindow

Function NewWindow() As Window

Description

Member of Window

The NewWindow method creates a new window and returns a reference to the newly-created window.

VBA example

The following VBA example creates a new window.

Sub Test()
 ActiveWindow.NewWindow
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.