|
inlinevirtual |
Called by the framework when it needs to obtain a word "corectness" status.
strWord | The word to be checked for the correctness. |
iWordStart | Zero-based index of the word. |
nColorBlockID | Identifier for the color block. |
Override this method to check whether a specified word is a correct. If the word is incorrect, a red curved line will be drawn under the word. By default, all words are treated as correct
This method is called only if method EnableErrorIndication() was previously called with parameter TRUE.