Checks a string containing text and returns a list of spelling errors.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public CharRangeList CheckText(
	string text
)
Visual Basic
Public Function CheckText ( _
	text As String _
) As CharRangeList

Parameters

text
Type: System..::..String
Text to be spell-checked.

Return Value

List of CharRange objects that describe the spelling mistakes.

See Also