EmailOptions.AutoFormatAsYouTypeMatchParentheses Property
Determines if Microsoft Word automatically corrects improperly paired parentheses.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeMatchParentheses As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.AutoFormatAsYouTypeMatchParentheses
instance.AutoFormatAsYouTypeMatchParentheses = value
bool AutoFormatAsYouTypeMatchParentheses { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Microsoft Word automatically corrects improperly paired parentheses, and False if not.