This documentation is archived and is not being maintained.

InkEdit.Recognize Method

Causes the ink on the InkEdit control to be recognized.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

'Declaration
Public Sub Recognize
'Usage
Dim instance As InkEdit

instance.Recognize()

If you set the RecoTimeout property to zero, you prevent ink from being replaced by the recognized text. In this circumstance, to replace ink with the recognized text, call the Recognize method.

In this example, the Recognize method ic called if the RecoTimeout property is set to zero.

If (0 = mInkEdit.RecoTimeout) Then
    mInkEdit.Recognize()
End If

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.0
Show: