InkInsertMode enumeration
Specifies how ink is inserted onto the InkEdit control.
Syntax
typedef enum InkInsertMode { IEM_InsertAsText = 0, IEM_InsertAsInk = 1 } InkInsertMode;
Constants
- IEM_InsertAsText
-
Default. Drawn ink is inserted as text.
- IEM_InsertAsInk
-
Drawn ink is inserted as ink.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
See also
Show: