AddIn.Autoload Property

Definition

Returns a value indicating whether the specified add-in is automatically loaded when Microsoft Word is started.

public:
 property bool Autoload { bool get(); };
public bool Autoload { get; }
member this.Autoload : bool
Public ReadOnly Property Autoload As Boolean

Property Value

Remarks

Add-ins located in the Startup folder in the Word program folder are automatically loaded.

Applies to