Return Value
True if there is more text to check, false otherwise.
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 ISpellCheckableEditor.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.