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; }
ReadOnly Property SpellCheckIsSupported As Boolean
Get
abstract SpellCheckIsSupported : bool with get
Property Value
Type:
Booleantrue if spell check is supported; otherwise,
false.
See Also