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 | |
---|---|---|
ActiveWindow | Returns a Window object that represents the active window. Read-only Object. | |
Application | Returns an Application object. Read-only Object. | |
Count | Returns the number of items in the Windows collection. Read-only Long. | |
Item | Returns a single item from a collection. Read-only Object. | |
Parent | Returns the parent of the object. Read-only Object. |