ComponentOne SpellChecker for WinForms
CheckText(String) Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class > CheckText Method : CheckText(String) Method
Text to be spell-checked.
Checks a string containing text and returns a list of spelling errors.
Syntax
'Declaration
 
Public Overloads Function CheckText( _
   ByVal text As System.String _
) As CharRangeList
public CharRangeList CheckText( 
   System.string text
)

Parameters

text
Text to be spell-checked.

Return Value

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

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List