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 |
---|---|
Do not display the AutoLayout Options button. |
|
Display the AutoLayout Options button. |