| TextAreaIHandlerSpellCheck 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
Syntaxbool SpellCheck { get; set; }Property SpellCheck As Boolean
	Get
	Set
abstract SpellCheck : bool with get, set
Property Value
Type: 
Booleantrue if spell check; otherwise, 
false.
 Remarks
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
See Also