Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies types of character input modes.
Syntax
typedef enum InkRecognizerCharacterAutoCompletionMode {
IRCACM_Full = 0,
IRCACM_Prefix,
IRCACM_Random
} ;
Constants
IRCACM_FullValue: 0 Recognition occurs as if all strokes have been input. |
IRCACM_PrefixRecognition occurs on partial input. The order of the strokes must conform to the rules of the language. |
IRCACM_RandomRecognition occurs on partial input. The order of the strokes can be arbitrary. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | msinkaut.h |
See also
CharacterAutoCompletion Property [InkRecognizerContext Class]