IInkEdit::get_Recognizer method (inked.h)

Gets or sets the IInkRecognizer object to use for recognition.

This property is read/write.

Syntax

HRESULT get_Recognizer(
  IInkRecognizer **pVal
);

Parameters

pVal

Return value

None

Remarks

This property is run time only.

This property should only be changed if the Status property returns IES_Idle.

If a factoid is used for the InkEdit control, it must be reapplied after setting this property.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header inked.h
Library InkEd.dll

See also

Factoid Constants

IInkEdit

IInkRecognizer Interface

InkEdit