Keyoti RapidSpell Silverlight API Docs
Check Method (text, isStartOfTextBody)
APIKeyoti.RapidSpellCheckerEngineAdapterCheck(String, Boolean)
Keyoti RapidSpell Silverlight
Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Check(
	string text,
	bool isStartOfTextBody
)
Public Sub Check ( 
	text As String,
	isStartOfTextBody As Boolean
)
public:
virtual void Check(
	String^ text, 
	bool isStartOfTextBody
) sealed
abstract Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
override Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
Parameters
text (String)
to spell check.
isStartOfTextBody (Boolean)
whether the text being spell checked is at the start of the text body (eg. start of text box), this affects sentence capitalization determination.
Return Value

void
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)