ComponentOne SpellChecker for WPF and Silverlight
HasMoreText Method (ISpellCheckableEditor)

C1.Silverlight.SpellChecker Namespace > ISpellCheckableEditor Interface : HasMoreText Method
Gets the next batch of text to spell check using the same modal dialog.
Syntax
'Declaration
 
Function HasMoreText() As Boolean
bool HasMoreText()

Return Value

True if there is more text to check, false otherwise.
Remarks

This method allows spell-checking complex controls such as lists and grids. In these cases, a typical implementation will use this method to increment an internal index, update its Text property, and return true to continue spell-checking without closing the dialog.

Implementations for simple controls such as text boxes should simply return false.

See Also

Reference

ISpellCheckableEditor Interface
ISpellCheckableEditor Members