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

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public virtual bool CheckWord(
	string word
)
Visual Basic
Public Overridable Function CheckWord ( _
	word As String _
) As Boolean

Parameters

word
Type: System..::..String
Word to check.

Return Value

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

See Also