InkRecognizerCharacterAutoCompletionMode Enumeration
InkRecognizerCharacterAutoCompletionMode Enumeration |
Defines values that specify types of character input modes.
Declaration
[C++]
typedef enum InkRecognizerCharacterAutoCompletionMode {
IRCACM_Full = 0,
IRCACM_Prefix = 1,
IRCACM_Random = 2
} InkRecognizerCharacterAutoCompletionMode;
[Microsoft® Visual Basic® 6.0]
Enum InkRecognizerCharacterAutoCompletionMode
IRCACM_Full = 0
IRCACM_Prefix = 1
IRCACM_Random = 2
End Enum
Members
The following tables list the members exposed by the object.
Name | Description |
---|---|
Full | Specifies that recognition occurs as if all strokes have been input. |
Prefix | Specifies that recognition occurs on partial input. The order of the strokes must conform to the rules of the language. |
Random | Specifies that recognition occurs on partial input. The order of the strokes can be arbitrary. |