This topic has not yet been rated - Rate this topic

InkEdit.Recognizer property

Applies to: desktop apps only

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

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit
IInkRecognizer Interface
Factoid Constants

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.