FlexGrid for WinRT
CheckText Method

Text to be spell-checked.
Checks a string containing text and returns a list of spelling errors.
Syntax
'Declaration
 
Function CheckText( _
   ByVal text As System.String _
) As System.Collections.Generic.IEnumerable(Of ICharRange)
System.Collections.Generic.IEnumerable<ICharRange> CheckText( 
   System.string text
)

Parameters

text
Text to be spell-checked.

Return Value

List of ICharRange objects that describe the spelling mistakes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISpellChecker Interface
ISpellChecker Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback