Checks a word to see if it's spelled correctly.
Namespace:
C1.Silverlight.SpellCheckerAssembly: 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.