[]
Checks a word to see if it's spelled correctly.
public virtual bool CheckWord(string word)
Word to check.
True if the word is in the dictionary, false otherwise.