Options.AllowAccentedUppercase Property
True if accents are retained when a French language character is changed to uppercase.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowAccentedUppercase As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AllowAccentedUppercase
instance.AllowAccentedUppercase = value
bool AllowAccentedUppercase { get; set; }
Property Value
Type: System.Boolean
Remarks
This property affects only text that's been marked as standard French. For all other languages, accents are always retained even if the AllowAccentedUppercase property is set to False.
If you change a character back to lowercase after an accent mark has been stripped from it, the accent won't reappear.