AddIn.Autoload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.