InkEdit.RecognitionResult event
Occurs when the InkEdit control gets results manually from a call to the InkEdit::Recognize method or automatically after the recognition timeout fires.
Syntax
void RecognitionResult( [in] IInkRecognitionResult *RecognitionResult );
Parameters
- RecognitionResult [in]
-
An IInkRecognitionResult object that contains the result of the recognition.
Return value
This event does not return a value.
Remarks
This event method is defined in the _IInkEditEvents interface. The _IInkEditEvents interface implements the IDispatch interface with an identifier of DISPID_IeeRecognitionResult.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also