Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public void Check( string text, bool isStartOfTextBody )
public void Check( string text, bool isStartOfTextBody )
Public Sub Check ( text As String, isStartOfTextBody As Boolean )
Public Sub Check ( text As String, isStartOfTextBody As Boolean )
public: virtual void Check( String^ text, bool isStartOfTextBody ) sealed
public: virtual void Check( String^ text, bool isStartOfTextBody ) sealed
abstract Check : text : string * isStartOfTextBody : bool -> unit override Check : text : string * isStartOfTextBody : bool -> unit
abstract Check : text : string * isStartOfTextBody : bool -> unit override Check : text : string * isStartOfTextBody : bool -> unit

void

Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214