Share via


AddIn.Registered Property (PowerPoint)

Determines whether the specified add-in is registered in the Windows registry. Read/write.

Syntax

expression .Registered

expression A variable that represents a AddIn object.

Return Value

MsoTriState

Remarks

The value of the Registered property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified add-in is not registered in the Windows registry.

msoTrue

The specified add-in is registered in the Windows registry.

Example

This example registers the add-in named "MyTools" in the Windows registry.

Application.Addins("MyTools").Registered = msoTrue

See Also

Concepts

AddIn Object

AddIn Object Members