Share via


AutoCorrect.DisplayAutoCorrectOptions Property

Determines whether Microsoft PowerPoint should display the AutoCorrect Options button. Read/write.

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

Syntax

'Declaration
Property DisplayAutoCorrectOptions As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.DisplayAutoCorrectOptions

instance.DisplayAutoCorrectOptions = value
bool DisplayAutoCorrectOptions { get; set; }

Property Value

Type: System.Boolean

Remarks

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

Constant

Description

msoFalse

Do not display the AutoCorrect Options button.

msoTrue

Display the AutoCorrect Options button.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.PowerPoint Namespace