Share via


Recognizer Property [InkEdit Control]

Recognizer Property [InkEdit Control]

Gets or sets the IInkRecognizer object to use for recognition.

Declaration

[C++]

[propput] HRESULT put_Recognizer ([in] IInkRecognizer* Recognizer);
[propget] HRESULT get_Recognizer ([out, retval] IInkRecognizer* *Recognizer);

[Microsoft® Visual Basic® 6.0]

Public Property Get Recognizer() As IInkRecognizer
Public Property Let Recognizer(ByVal theRecognizer As IInkRecognizer)

Property Value

IInkRecognizer 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.

This property is read/write.

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.

Applies To