Removes a word 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.

RemoveWord(String)

public bool RemoveWord(string word);
Public Function RemoveWord(word As String) As Boolean

Parameters

Parameter Description
word Specifies the word to remove from the user dictionary.

Return Value

The return value is true, if the word could be removed. Otherwise, it is false.