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