Keyoti RapidSpell WPF API Docs
Check Method (text)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerCheck(String)
Keyoti RapidSpell WPF
Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
Declaration Syntax
C#Visual BasicVisual C++
public void Check(
	string text
)
Public Sub Check ( _
	text As String _
)
public:
virtual void Check(
	String^ text
) sealed
Parameters
text (String)
to spell check.
Return Value
void
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827