Click or drag to resize

TextReplacements Enumeration

Text replacement options when entering text

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum TextReplacements
Members
  Member nameValueDescription
None0 Do not perform any automatic replacements based on user input
Text1 Perform text replacements, such as shortcuts
Quote2 Perform replacements of straight quotes to 'curly' quotes
Dash4 Perform replacements of dashes '-' to em dash '—'.
Spelling8 Perform automatic spelling correction
All15 All replacements enabled.
See Also