ComponentOne SpellChecker for WPF and Silverlight
CheckText(String,Int32) Method

C1.WPF.SpellChecker Namespace > C1SpellChecker Class > CheckText Method : CheckText(String,Int32) Method
Text to be spell-checked.
Index of the character where to start checking.
Checks a string containing text and returns a list of spelling errors.
Syntax
'Declaration
 
Public Overloads Function CheckText( _
   ByVal text As String, _
   ByVal start As Integer _
) As CharRangeList
public CharRangeList CheckText( 
   string text,
   int start
)

Parameters

text
Text to be spell-checked.
start
Index of the character where to start checking.

Return Value

List of CharRange objects that describe the spelling mistakes.
See Also

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List