Document.GetMissingAddInBehavior Method
Parent Object: DocumentDescription
Method that gets the commands disabled when a particular AddIn is absent.
Syntax
Document.GetMissingAddInBehavior( ClientId As String, DisabledCommandTypesEnum As CommandTypesEnum, DisabledCommands As ObjectCollection )Parameters
Name | Type | Description |
ClientId | String | Specifies the ClassId of the AddIn. When the AddIn corresponding to this ClientId is absent (unloaded or uninstalled), the commands specified are disabled. |
DisabledCommandTypesEnum | CommandTypesEnum | CommandTypesEnum that specifies the classifications of the commands disabled. |
DisabledCommands | ObjectCollection | ObjectCollection that specifies the commands disabled. |