Options.AllowAccentedUppercase Property

Definition

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.

Applies to