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 TextReplacements As TextReplacements
Get
Set
abstract TextReplacements : TextReplacements with get, set
Property Value
Type:
TextReplacementsType 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