Share via


AutoCorrect.DisplayAutoLayoutOptions Property

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

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

Syntax

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

value = instance.DisplayAutoLayoutOptions

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

Property Value

Type: System.Boolean

Remarks

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

Constant

Description

msoFalse

Do not display the AutoLayout Options button.

msoTrue

Display the AutoLayout Options button.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.PowerPoint Namespace