Options.AllowAccentedUppercase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if accents are retained when a French language character is changed to uppercase.
public:
property bool AllowAccentedUppercase { bool get(); void set(bool value); };
public bool AllowAccentedUppercase { get; set; }
member this.AllowAccentedUppercase : bool with get, set
Public Property AllowAccentedUppercase As Boolean
Property Value
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.