Click or drag to resize

TextAreaSpellCheck Property

Gets or sets a value indicating whether this TextArea will perform spell checking.

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

Property Value

Type: Boolean
true if spell check; otherwise, false.
Remarks
When true, platforms will typically show misspelled or unknown words with a red underline. This is a hint, and is only supported by the platform when SpellCheckIsSupported is true. When not supported, setting this property will do nothing.
See Also