CheckWord Method (C1SpellChecker)
In This Topic
Checks a word to see if it's spelled correctly.
Syntax
'Declaration
Public Overridable Function CheckWord( _
ByVal As String _
) As Boolean
public virtual bool CheckWord(
string
)
Parameters
- word
- Word to check.
Return Value
True if the word is in the dictionary, false otherwise.
See Also