TXTextControl.EnableSpellChecking Property

Gets or sets a value indicating whether spell checking is active or not. If spell checking is enabled, the SpellCheckText event is raised when the text of a document changes. The event handler can be used to check the text on misspelled words.

Introduced: 16.0.

Syntax

TXTextControl.EnableSpellChecking

Data Types

Boolean.

See Also