
Specifies the spell checking component to be used with a ServerTextControl. The property value is null if there is no spell checking component connected. Otherwise it must be an object of the type TXSpell. When a spell checking component is connected and the IsSpellCheckingEnabled property has been set to true, the MisspelledWords collection is automatically filled with all misspelled words contained in the current document.
Introduced: 17.0.
[C#]
public Component SpellChecker { get; set; }
[Visual Basic]
Public Property SpellChecker() As Component