Windows MembersĀ 

A collection of Window objects that represent all the available windows.

The following tables list the members exposed by the Windows type.

Public Properties

  Name Description
Application Returns a Application object that represents the Microsoft Word application.
Count Returns the number of items in the specified collection.
Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Item Returns an individual object in a collection.
Parent Returns an object that represents the parent object of the specified object.
SyncScrollingSideBySide True enables scrolling of the contents of windows at the same time. False disables scrolling of windows at the same time.

Top

Public Methods

  Name Description
Add Returns a Window object that represents a new window of a document.
Arrange Arranges all open document windows in the application workspace. Because Microsoft Word uses a Single Document Interface (SDI), this method no longer has any effect.
BreakSideBySide Ends side-by-side mode if two windows are in side-by-side mode. Returns a Boolean that represents whether the method was successful.
CompareSideBySideWith Opens two windows in side-by-side mode.
GetEnumerator Returns an enumerator to support iterating through the collection.
ResetPositionsSideBySide Resets two document windows that are in the Compare side by side with view mode.

Top

See Also

Reference

Windows Interface
Microsoft.Office.Interop.Word Namespace