Checks a string containing text and returns a list of spelling errors.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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.