Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.88 KB

add-in-manager-dialog-box.md

File metadata and controls

37 lines (26 loc) · 1.88 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Add-In Manager dialog box
vbui6.chm181033
vbui6.chm181033
c19b1493-5c13-bcc3-6b45-136d7313ded5
11/26/2018
medium

Add-In Manager dialog box

Add-in manager

Allows you to register an add-in, load or unload it, and set its load behavior. If you close only the visible portions of an add-in (by double-clicking its system menu or by clicking its Close button, for example), its forms disappear from the screen, but the add-in is still present in memory. The Add-in object itself will always stay resident in memory until the add-in is disconnected through the Add-In Manager dialog box.

To open the Add-In Manager, select Add-In Manager from the Add-Ins menu.

The following table describes the dialog box options.

Option Description
Available Add-Ins (Add-Ins list) Lists available add-ins.
Load Behavior (Add-Ins list) Displays the load behavior for the selected add-in.
Description Displays a description of what the add-in does.
Load Behavior Loaded/Unloaded check box: Loads or unloads the selected add-in.

Load On Startup check box: Loads the selected add-in on startup of the development environment.

Command Line check box: Loads the selected add-in when the development environment is started from the command prompt or from a script.
OK Updates the load behavior of selected add-ins.
Cancel Cancels all updates made in session.

See also

[!includeSupport and feedback]