OpenDrawWindow method

OpenDrawWindow method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Opens a new drawing window that displays a page, master, or group.

Version added

4.1

Syntax

        
          objRet = object.OpenDrawWindow
      

objRet

A Window object that represents the opened window.

object

Required. An expression that returns a Page, Master, or Shape object to display in the drawing window.

Remarks

The OpenDrawWindow method opens a new drawing window, even if the page, master, or group is already displayed in a drawing window.