[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.C1SpellChecker.CheckWord

CheckWord Method

CheckWord(string)

Checks a word to see if it's spelled correctly.

Declaration
public virtual bool CheckWord(string word)
Parameters
Type Name Description
string word

Word to check.

Returns
Type Description
bool

True if the word is in the dictionary, false otherwise.