[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.UserDictionary.AddWord

AddWord Method

AddWord(string)

Adds a word to the dictionary.

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

Word to add to the dictionary.

Returns
Type Description
bool

True if the word was added to the dictionary, false if it was already present.