Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified add-in is automatically loaded each time PowerPoint is started. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AutoLoad As MsoTriState
Get
Set
'Usage
Dim instance As AddIn
Dim value As MsoTriState
value = instance.AutoLoad
instance.AutoLoad = value
MsoTriState AutoLoad { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
Setting this property to msoTrue automatically sets the Registered property to msoTrue.
The value of the AutoLoad property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The specified add-in is not automatically loaded each time PowerPoint is started. |
|
The specified add-in is automatically loaded each time PowerPoint is started. |