Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

About the Application Object

This is the root object for the Microsoft Producer object model. All other objects are accessed through this object. To gain access to the Application object, use the following JScript syntax:

var Application = window.external;

This creates an instance of the Application object, which can then be used to retrieve the child objects. For example, the following JScript syntax retrieves an instance of the ProfileManager object:

var ProfileMgr = Application.ProfileManager;
PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.