Windows Object Members
A collection of Window objects that represent all the available windows. The Windows collection for the Application object contains all the windows in the application, whereas the Windows collection for the Document object contains only the windows that display the specified document.
Methods
Name |
Description |
---|---|
Returns a Window object that represents a new window of a document. |
|
Arranges all open document windows in the application workspace. |
|
Ends side by side mode if two windows are in side by side mode. Returns a Boolean that represents whether the method was successful. |
|
Opens two windows in side by side mode. Returns a Boolean. |
|
Returns an individual Window object in a collection. |
|
Resets two document windows that are in the Compare side by side with view mode. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Long that represents the number of windows in the collection. Read-only. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns an Object that represents the parent object of the specified Windows object. |
|
True enables scrolling the contents of the windows at the same time. Read/write Boolean. |