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 the collection mode for drawn ink-whether ink collection is disabled, ink is collected, or ink and gestures are collected.
Syntax
typedef enum InkMode {
IEM_Disabled = 0,
IEM_Ink = 1,
IEM_InkAndGesture = 2
} ;
Constants
IEM_Disabled Value: 0 Ink collection is disabled. No strokes are created when in this mode. |
IEM_Ink Value: 1 Ink only is collected, creating a stroke. |
IEM_InkAndGesture Value: 2 Default. Ink is collected and single-stroke gestures are accepted. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | inked.h |