Click or drag to resize

TextAreaIHandlerTextReplacements Property

Gets or sets a hint value indicating whether this TextArea will automatically correct text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
TextReplacements TextReplacements { get; set; }

Property Value

Type: TextReplacements
Type of replacements to enable when entering text..
Remarks
On some platforms, autocorrection or text replacements such as quotes, etc may be default. Set this to None to disable any text replacement. Note this is only a hint and not all (or any) of the replacements may apply on some platforms.
See Also