Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkEditStatus enumeration (inked.h)

Specifies whether the InkEdit control is idle, collecting ink, or recognizing ink.

Syntax

typedef enum InkEditStatus {
 IES_Idle = 0,
 IES_Collecting = 1,
 IES_Recognizing = 2
} ;

Constants

 
IES_Idle
Value: 0
The InkEdit control is neither collecting nor recognizing ink.
IES_Collecting
Value: 1
The InkEdit control is collecting ink.
IES_Recognizing
Value: 2
The InkEdit control is recognizing ink.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header inked.h

See also

InkEdit Control Reference

InkEdit Messages

Status Property


Feedback

Was this page helpful?

Additional resources