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; }
Public Property TextReplacements As TextReplacements
Get
Set
member 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 supported on OS X currently, all other platforms will be ignored.
See Also