Windows Collection Object Members

Project Developer Reference

Contains a collection of Window objects. The Windows collection for the Application object contains all the windows in the application, whereas the Windows collection for the Project object contains only the windows in the specified project.

Properties

  Name Description
Bb214740.properties(en-us,office.12).gif ActiveWindow Returns a Window object that represents the active window. Read-only Object.
Bb214740.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb214740.properties(en-us,office.12).gif Count Returns the number of items in the Windows collection. Read-only Long.
Bb214740.properties(en-us,office.12).gif Item Returns a single item from a collection. Read-only Object.
Bb214740.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.