Share

Document.GetMissingAddInBehavior Method

Parent Object: Document

Description

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.

Version

Introduced in version 11

Was this information helpful?