InkEdit.Recognizer property
Gets or sets the IInkRecognizer object to use for recognition.
This property is read/write.
Syntax
HRESULT put_Recognizer(
[in] IInkRecognizer *newVal
);
HRESULT get_Recognizer(
[out, retval] IInkRecognizer **pVal
);
Property value
The IInkRecognizer object that is used for recognition. The default recognizer that is returned is the default recognizer for the active input locale. To select the active input locale, in the Regional and Language Options in Control Panel, on the Languages tab, users click Details, and then select the Default input language.
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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also