Global Members
Include Protected Members
Include Inherited Members
Represents the Microsoft Office PowerPoint global object.
The Global type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivePresentation | Gets a Presentation object that represents the presentation open in the active window. (Inherited from _Global.) | |
ActiveProtectedViewWindow | Gets a ProtectedViewWindow object that represents the active Protected View window (the window on top). (Inherited from _Global.) | |
ActiveWindow | Gets a DocumentWindow object that represents the active document window. (Inherited from _Global.) | |
AddIns | Gets the program-specific AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (click the Office button, click PowerPoint Options, click Add-Ins, click PowerPoint Add-Ins on the Manage list). (Inherited from _Global.) | |
AnswerWizard | Gets the AnswerWizard object that contains the files used by the online Help search engine. (Inherited from _Global.) | |
Application | Gets the Application object. (Inherited from _Global.) | |
Assistant | Gets an Assistant object that represents the Office Assistant.Some of the content in this topic may not be applicable to some languages. (Inherited from _Global.) | |
CommandBars | Gets a CommandBars collection that represents all the command bars in Microsoft PowerPoint. (Inherited from _Global.) | |
Dialogs | Reserved for internal use. (Inherited from _Global.) | |
FileConverters | Gets a FileConverters collection. (Inherited from _Global.) | |
IsSandboxed | Gets whether the specified presentation is open in a Protected View window. (Inherited from _Global.) | |
Presentations | Gets a Presentations collection that represents all open presentations. (Inherited from _Global.) | |
ProtectedViewWindows | Gets a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application. (Inherited from _Global.) | |
SlideShowWindows | Gets a SlideShowWindows collection that represents all open slide show windows. (Inherited from _Global.) | |
Windows | Gets a DocumentWindows collection that represents all open document windows. (Inherited from _Global.) |
Top