ComponentOne SpellChecker for WPF and Silverlight
CheckWord Method (C1SpellChecker)

C1.WPF.SpellChecker Namespace > C1SpellChecker Class : CheckWord Method
Word to check.
Checks a word to see if it's spelled correctly.
Syntax
'Declaration
 
Public Overridable Function CheckWord( _
   ByVal word As String _
) As Boolean
public virtual bool CheckWord( 
   string word
)

Parameters

word
Word to check.

Return Value

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

Reference

C1SpellChecker Class
C1SpellChecker Members