AddIn.Installed Property

Definition

Returns or sets a value indicating True if the specified add-in is installed (loaded).

public:
 property bool Installed { bool get(); void set(bool value); };
public bool Installed { get; set; }
member this.Installed : bool with get, set
Public Property Installed As Boolean

Property Value

Remarks

Add-ins that are loaded are selected in the Templates and Add-ins dialog box (Tools menu).

Uninstalled add-ins are included in the AddIns collection. To remove a template or WLL from the AddIns collection, apply the Delete() method to the AddIn object (the add-in name is removed from the Templates and Add-ins dialog box). To unload all templates and WLLs, apply the Unload(Boolean) method to the AddIns collection.

Applies to