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
<FlagsAttribute>
Public Enumeration TextReplacements
[<FlagsAttribute>]
type TextReplacements
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not perform any automatic replacements based on user input
|
| Text | 1 |
Perform text replacements, such as shortcuts
|
| Quote | 2 |
Perform replacements of straight quotes to 'curly' quotes
|
| Dash | 4 |
Perform replacements of dashes '-' to em dash '—'.
|
| Spelling | 8 |
Perform automatic spelling correction
|
| All | 15 |
All replacements enabled.
|
See Also