Windows Members

Include Protected Members
Include Inherited Members

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

The Windows type exposes the following members.

Methods

  Name Description
Public method Add Returns a Window object that represents a new window of a document.
Public method 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.
Public method 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.
Public method CompareSideBySideWith Opens two windows in side-by-side mode.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method ResetPositionsSideBySide Resets two document windows that are in the Compare side by side with view mode.

Top

Properties

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

Top

See Also

Reference

Windows Interface

Microsoft.Office.Interop.Word Namespace