RecognitionResult

Description

Occurs when an InkEdit control gets results from a call to the RecognizeText function.

Event ID

Event ID

Objects

pbm_inkerecognition

InkEdit

Arguments

None

Returns

None

Examples

Example 1

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

See also