Click or drag to resize

TextAreaTextReplacements 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
public 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 supported on OS X currently, all other platforms will be ignored.
See Also