Occurs when an InkEdit control gets results from a call to the RecognizeText function.
Event ID |
Objects |
---|---|
pbm_inkerecognition |
InkEdit |
None
None
This code in the RecognitionResult event allows the application to wait a few seconds while the Text property of the ie_id InkEdit control is updated, then writes the recognized text to the string variable ls_inktext:
Sleep(3) ls_inktext = ie_id.Text