[]
Checks a word to see if it's spelled correctly.
public virtual bool CheckWord(string word)
Public Overridable Function CheckWord(word As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | word | Word to check. |
| Type | Description |
|---|---|
| bool | True if the word is in the dictionary, false otherwise. |