Click or drag to resize

TextAreaIHandlerSpellCheckIsSupported Property

Gets a value indicating whether the SpellCheck property is supported on the control's platform.

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

Property Value

Type: Boolean
true if spell check is supported; otherwise, false.
See Also