Application Members
Include Protected Members
Include Inherited Members
Represents the entire Microsoft PowerPoint application.
The Application type exposes the following members.
Properties
Name | Description | |
---|---|---|
Active | Returns whether the specified pane or window is active. Read-only. (Inherited from _Application.) | |
ActiveEncryptionSession | Represents the encryption session associated with the active presentation. Read-only. (Inherited from _Application.) | |
ActivePresentation | Returns a Presentation object that represents the presentation open in the active window. Read-only. (Inherited from _Application.) | |
ActivePrinter | Returns the name of the active printer. Read-only. (Inherited from _Application.) | |
ActiveProtectedViewWindow | Returns a ProtectedViewWindow object that represents the active Protected View window (the window on top). Read-only. (Inherited from _Application.) | |
ActiveWindow | Returns a DocumentWindow object that represents the active document window. Read-only. (Inherited from _Application.) | |
AddIns | Returns 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). Read-only. (Inherited from _Application.) | |
AnswerWizard | Returns the AnswerWizard object that contains the files used by the online Help search engine. Read-only. (Inherited from _Application.) | |
Assistance | Gets a reference to the Microsoft Office IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only. (Inherited from _Application.) | |
Assistant | Returns an Assistant object that represents the Office Assistant. Read-only. (Inherited from _Application.) | |
AutoCorrect | Returns an AutoCorrect object that represents the AutoCorrect functionality in Microsoft PowerPoint. (Inherited from _Application.) | |
AutomationSecurity | Represents the security mode that Microsoft PowerPoint uses when it opens files programmatically. Read/write. (Inherited from _Application.) | |
Build | Returns the build number for the current instance of Microsoft PowerPoint. Read-only. (Inherited from _Application.) | |
Caption | Returns the text that appears in the title bar of the application window. Read/write. (Inherited from _Application.) | |
COMAddIns | Returns a reference to the Component Object Model (COM) add-ins currently loaded in Microsoft PowerPoint. These add-ins are listed on the Add-Ins tab in the PowerPoint Options dialog box. Read-only. (Inherited from _Application.) | |
CommandBars | Returns a CommandBars collection that represents all the command bars in Microsoft PowerPoint. Read-only. (Inherited from _Application.) | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. (Inherited from _Application.) | |
DefaultWebOptions | Returns the DefaultWebOptions object, which contains global application-level attributes used by Microsoft PowerPoint when you publish or save a complete or partial presentation as a Web page or open a Web page. Read-only. (Inherited from _Application.) | |
Dialogs | Reserved for internal use. (Inherited from _Application.) | |
DisplayAlerts | Sets or returns whether Microsoft PowerPoint displays alerts while running a macro. Read/write. (Inherited from _Application.) | |
DisplayDocumentInformationPanel | Returns or sets whether the Document Properties panel is displayed in the Microsoft PowerPoint user interface. Read/write. (Inherited from _Application.) | |
DisplayGridLines | Determines whether to display gridlines in Microsoft PowerPoint. Read/write. (Inherited from _Application.) | |
FeatureInstall | Returns or sets how Microsoft PowerPoint handles calls to methods and properties that require features not yet installed. Read/write. (Inherited from _Application.) | |
FileConverters | Returns information about installed file converters. Returns a null reference (Nothing in Visual Basic) if there are no converters installed. Read-only. (Inherited from _Application.) | |
FileDialog | Returns a FileDialog object that represents a single instance of a file dialog box. Read-only. (Inherited from _Application.) | |
FileFind | Reserved for internal use. (Inherited from _Application.) | |
FileSearch | Reserved for internal use. (Inherited from _Application.) | |
FileValidation | Returns or sets a value that indicates how Microsoft PowerPoint will validate files before opening them. Read/write. (Inherited from _Application.) | |
Height | Returns or sets the height of the specified object, in points. Read/write. (Inherited from _Application.) | |
HWND | Reserved for internal use. (Inherited from _Application.) | |
IsSandboxed | Returns whether the specified presentation is open in a Protected View window. Read-only. (Inherited from _Application.) | |
LanguageSettings | Returns a LanguageSettings object that contains information about the language settings in Microsoft PowerPoint. Read-only. (Inherited from _Application.) | |
Left | Returns or sets a single-precision floating-point number that represents the distance in points from the left edge of the document, application, and slide show windows to the left edge of the application window's client area. Setting this property to a very large positive or negative value may position the window completely off the desktop. Read/write. (Inherited from _Application.) | |
Marker | Reserved for internal use. (Inherited from _Application.) | |
MsoDebugOptions | Reserved for internal use. (Inherited from _Application.) | |
Name | Returns the string "Microsoft PowerPoint". Read-only. (Inherited from _Application.) | |
NewPresentation | Returns a NewFile object that represents a presentation listed on the New Presentation task pane. Read-only. (Inherited from _Application.) | |
OperatingSystem | Returns the name of the operating system. Read-only. (Inherited from _Application.) | |
Options | Returns an Options object that represents application options in Microsoft PowerPoint. (Inherited from _Application.) | |
Path | Returns a value that represents the path to the specified Application object. Read-only. (Inherited from _Application.) | |
Presentations | Returns a Presentations collection that represents all open presentations. Read-only. (Inherited from _Application.) | |
ProductCode | Returns the Microsoft PowerPoint globally unique identifier (GUID). Read-only. (Inherited from _Application.) | |
ProtectedViewWindows | Returns a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application. Read-only. (Inherited from _Application.) | |
ResampleMediaTasks | Reserved for internal use. (Inherited from _Application.) | |
ShowStartupDialog | Determines whether to display the New Presentation task pane when Microsoft PowerPoint is started. Read/write. (Inherited from _Application.) | |
ShowWindowsInTaskbar | Determines whether there is a separate Windows taskbar button for each open presentation. Read/write. (Inherited from _Application.) | |
SlideShowWindows | Returns a SlideShowWindows collection that represents all open slide show windows. Read-only. (Inherited from _Application.) | |
SmartArtColors | Returns the SmartArt colors of the current Application object. Read-only. (Inherited from _Application.) | |
SmartArtLayouts | Returns the SmartArt layout of the current Application object. Read-only. (Inherited from _Application.) | |
SmartArtQuickStyles | Returns the quick styles of the SmartArt diagram in the current Application object. Read-only. (Inherited from _Application.) | |
Top | Returns or sets a single-precision floating-point number that represents the distance in points from the top edge of the document, application, and slide show window to the top edge of the application window's client area. Read/write. (Inherited from _Application.) | |
VBE | Returns a VBE object that represents the Visual Basic Editor. Read-only. (Inherited from _Application.) | |
Version | Returns the Microsoft PowerPoint version number. Read-only. (Inherited from _Application.) | |
Visible | Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write. (Inherited from _Application.) | |
Width | Returns or sets the width of the specified object, in points. Read/write. (Inherited from _Application.) | |
Windows | Returns a DocumentWindows collection that represents all open document windows. Read-only. (Inherited from _Application.) | |
WindowState | Returns or sets the state of the specified window. Read/write. (Inherited from _Application.) |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the specified object. (Inherited from _Application.) | |
add_AfterNewPresentation | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_AfterPresentationOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ColorSchemeChanged | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_NewPresentation | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationBeforeClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationBeforeSave | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationCloseFinal | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationNewSlide | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationPrint | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationSave | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_PresentationSync | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ProtectedViewWindowActivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ProtectedViewWindowBeforeClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ProtectedViewWindowBeforeEdit | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ProtectedViewWindowDeactivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_ProtectedViewWindowOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideSelectionChanged | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowBegin | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowEnd | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowNextBuild | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowNextClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowNextSlide | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowOnNext | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_SlideShowOnPrevious | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_WindowActivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_WindowBeforeDoubleClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_WindowBeforeRightClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_WindowDeactivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
add_WindowSelectionChange | Reserved for internal use. (Inherited from EApplication_Event.) | |
GetOptionFlag | Reserved for internal use. (Inherited from _Application.) | |
Help | Displays a Help topic. (Inherited from _Application.) | |
LaunchPublishSlidesDialog | Reserved for internal use. (Inherited from _Application.) | |
LaunchSendToPPTDialog | Reserved for internal use. (Inherited from _Application.) | |
LaunchSpelling | Reserved for internal use. (Inherited from _Application.) | |
PPFileDialog | Reserved for internal use. (Inherited from _Application.) | |
Quit | Quits Microsoft PowerPoint. This is equivalent to clicking the Office button and then clicking Exit PowerPoint. (Inherited from _Application.) | |
remove_AfterNewPresentation | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_AfterPresentationOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ColorSchemeChanged | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_NewPresentation | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationBeforeClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationBeforeSave | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationCloseFinal | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationNewSlide | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationPrint | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationSave | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_PresentationSync | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ProtectedViewWindowActivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ProtectedViewWindowBeforeClose | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ProtectedViewWindowBeforeEdit | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ProtectedViewWindowDeactivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_ProtectedViewWindowOpen | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideSelectionChanged | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowBegin | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowEnd | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowNextBuild | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowNextClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowNextSlide | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowOnNext | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_SlideShowOnPrevious | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_WindowActivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_WindowBeforeDoubleClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_WindowBeforeRightClick | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_WindowDeactivate | Reserved for internal use. (Inherited from EApplication_Event.) | |
remove_WindowSelectionChange | Reserved for internal use. (Inherited from EApplication_Event.) | |
Run | Runs a Visual Basic procedure. (Inherited from _Application.) | |
SetOptionFlag | Reserved for internal use. (Inherited from _Application.) | |
SetPerfMarker | Reserved for internal use. (Inherited from _Application.) | |
StartNewUndoEntry | Starts a new undo entry in the Application object. (Inherited from _Application.) |
Top
Events
Name | Description | |
---|---|---|
AfterNewPresentation | Occurs after a presentation is created. (Inherited from EApplication_Event.) | |
AfterPresentationOpen | Occurs after an existing presentation is opened. (Inherited from EApplication_Event.) | |
ColorSchemeChanged | Occurs after a color scheme is changed. (Inherited from EApplication_Event.) | |
NewPresentation | Occurs after a presentation is created, as it is added to the Presentations collection. (Inherited from EApplication_Event.) | |
PresentationBeforeClose | Represents a Presentation object before it closes. (Inherited from EApplication_Event.) | |
PresentationBeforeSave | Occurs before a presentation is saved. (Inherited from EApplication_Event.) | |
PresentationClose | Occurs immediately before any open presentation closes, as it is removed from the Presentations collection. (Inherited from EApplication_Event.) | |
PresentationCloseFinal | Represents closing the final Presentation object. (Inherited from EApplication_Event.) | |
PresentationNewSlide | Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection. (Inherited from EApplication_Event.) | |
PresentationOpen | Occurs after an existing presentation is opened, as it is added to the Presentations collection. (Inherited from EApplication_Event.) | |
PresentationPrint | Occurs before a presentation is printed. (Inherited from EApplication_Event.) | |
PresentationSave | Occurs before any open presentation is saved. (Inherited from EApplication_Event.) | |
PresentationSync | Occurs when the local copy of a presentation that is part of a Document Workspace is synchronized with the copy on the server. Provides important status information regarding the success or failure of the synchronization of the presentation. (Inherited from EApplication_Event.) | |
ProtectedViewWindowActivate | Occurs when any protected view window is activated. (Inherited from EApplication_Event.) | |
ProtectedViewWindowBeforeClose | Occurs immediately before a protected view window or a document in a protected view window closes. (Inherited from EApplication_Event.) | |
ProtectedViewWindowBeforeEdit | Occurs immediately before editing is enabled on the document in the specified protected view window. (Inherited from EApplication_Event.) | |
ProtectedViewWindowDeactivate | Occurs when a protected view window is deactivated. (Inherited from EApplication_Event.) | |
ProtectedViewWindowOpen | Occurs when a protected view window is opened. (Inherited from EApplication_Event.) | |
SlideSelectionChanged | Occurs at different times depending on the current view. (Inherited from EApplication_Event.) | |
SlideShowBegin | Occurs when you start a slide show. (Inherited from EApplication_Event.) | |
SlideShowEnd | Occurs after a slide show ends, immediately after the last SlideShowNextSlide event occurs. (Inherited from EApplication_Event.) | |
SlideShowNextBuild | Occurs upon mouse-click or timing animation, but before the animated object becomes visible. (Inherited from EApplication_Event.) | |
SlideShowNextClick | Occurs on the next click of the slide. (Inherited from EApplication_Event.) | |
SlideShowNextSlide | Occurs immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event. (Inherited from EApplication_Event.) | |
SlideShowOnNext | Occurs when the user clicks Next to move within the current slide. (Inherited from EApplication_Event.) | |
SlideShowOnPrevious | Occurs when the user clicks Previous to move within the current slide. (Inherited from EApplication_Event.) | |
WindowActivate | Occurs when the application window or any document window is activated. (Inherited from EApplication_Event.) | |
WindowBeforeDoubleClick | Occurs when you double-click the items in the views listed in the following table. (Inherited from EApplication_Event.) | |
WindowBeforeRightClick | Occurs when you right-click a shape, a slide, a notes page, or some text. This event is triggered by the MouseUp event. (Inherited from EApplication_Event.) | |
WindowDeactivate | Occurs when the application window or any document window is deactivated. (Inherited from EApplication_Event.) | |
WindowSelectionChange | Occurs when the selection of text, a shape, or a slide in the active document window changes, whether in the user interface or in code. (Inherited from EApplication_Event.) |
Top