[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.UserDictionary.RemoveWord

RemoveWord Method

RemoveWord(string)

Removes a word from the dictionary.

Declaration
public bool RemoveWord(string word)
Parameters
Type Name Description
string word

Word to remove from the dictionary.

Returns
Type Description
bool

True if the word was removed from the dictionary, false if it was not found.