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

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

Syntax

C#
IEnumerable<ICharRange> CheckText(
	string text
)
Visual Basic
Function CheckText ( _
	text As String _
) As IEnumerable(Of ICharRange)

Parameters

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

Return Value

List of ICharRange objects that describe the spelling mistakes.

See Also