AddIn.Autoload Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Autoload As Boolean
    Get
'Usage
Dim instance As AddIn
Dim value As Boolean

value = instance.Autoload
bool Autoload { get; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

AddIn Interface

AddIn Members

Microsoft.Office.Interop.Word Namespace