RecognizerCharacterAutoCompletionMode Enumeration

Defines values that specify types of character input modes.

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

Syntax

'Declaration
Public Enumeration RecognizerCharacterAutoCompletionMode
'Usage
Dim instance As RecognizerCharacterAutoCompletionMode
public enum RecognizerCharacterAutoCompletionMode
public enum class RecognizerCharacterAutoCompletionMode
public enum RecognizerCharacterAutoCompletionMode

Members

Member name Description
Full Specifies recognition occurs as if all strokes have been input.
Random Specifies recognition occurs on partial input. The order of the strokes can be arbitrary.
Prefix Specifies recognition occurs on partial input. The order of the strokes must conform to the rules of the language.

Platforms

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.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace

RecognizerContext.CharacterAutoCompletion