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; }
Public Property SpellCheck As Boolean
Get
Set
member SpellCheck : bool with get, set
Property Value
Type:
Booleantrue 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