Removes all words from the user dictionary. The method has no effect, if the UserDictionary.IsEditable property is false or the user dictionary is not added to the TXSpell.Dictionaries or TXSpellChecker.Dictionaries DictionaryCollection.

RemoveAllWords()

public bool RemoveAllWords();
Public Function RemoveAllWords() As Boolean

Return Value

The return value is true, if all words could be removed. Otherwise, it is false.