Keyoti RapidSpell Silverlight API Docs
Check Method (text)
APIKeyoti.RapidSpellRapidSpellCheckerCheck(String)
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
)
Public Sub Check ( 
	text As String
)
public:
virtual void Check(
	String^ text
) sealed
abstract Check : 
        text : string -> unit 
override Check : 
        text : string -> unit 
Parameters
text (String)
to spell check.
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)