AddIn Members
Include Protected Members
Include Inherited Members
Represents a single add-in, either loaded or not loaded.
The AddIn type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
AutoLoad | Determines whether the specified add-in is automatically loaded each time PowerPoint is started. Read/write. | |
DisplayAlerts | Reserved for internal use. | |
FullName | Returns the name of the specified add-in or saved presentation, including the path, the current file system separator, and the file name extension. Read-only. | |
Loaded | Determines whether the specified add-in is loaded. Read/write. | |
Name | The name (title) of the add-in for file types that are registered. Read-only. | |
Parent | Returns the parent object for the specified object. | |
Path | Returns a string that represents the path to the specified AddIn object. Read-only. | |
Registered | Determines whether the specified add-in is registered in the Windows registry. Read/write. | |
RegisteredInHKLM | Reserved for internal use. |
Top