Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
| C# | Visual Basic | Visual C++ | F# |
void Check( string text, bool isStartOfTextBody )
Sub Check ( text As String, isStartOfTextBody As Boolean )
void Check( String^ text, bool isStartOfTextBody )
abstract Check : text : string * isStartOfTextBody : bool -> unit
void
| Exception | Condition |
|---|---|
| ArgumentNullException | if text parameter is null. |
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)