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