InkRecognizerCharacterAutoCompletionMode enumeration (msinkaut.h)

Specifies types of character input modes.

Syntax

typedef enum InkRecognizerCharacterAutoCompletionMode {
  IRCACM_Full = 0,
  IRCACM_Prefix,
  IRCACM_Random
} ;

Constants

 
IRCACM_Full
Value: 0
Recognition occurs as if all strokes have been input.
IRCACM_Prefix
Recognition occurs on partial input. The order of the strokes must conform to the rules of the language.
IRCACM_Random
Recognition 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]

InkRecognizerContext Class