This documentation is archived and is not being maintained.
Application Object
Office 2007
| Visio Automation Reference |
Version Information
Version Added: Visio 4.1
Remarks
Use the Documents, Windows, and Addons properties of an Application object to retrieve the Document, Window, and Addon collections of the instance.
Use the ActiveDocument, ActivePage, or ActiveWindow property to retrieve the currently active Document, Page, or Window object.
Use the BuiltInMenus, BuiltInToolbars, CustomMenus, CustomToolbars, or CommandBars property to access the Application object's menus and toolbars.
ActiveDocument is the default property of an Application object.
Note |
|---|
| Code in the Microsoft Visual Basic for Applications project of a Visio document can use the Visio global object instead of a Visio Application object to retrieve other objects. |
Show:
Note