InkShiftKeyModifierFlags enumeration (msinkaut.h)
Specifies which modifier key was pressed.
Syntax
typedef enum InkShiftKeyModifierFlags {
IKM_Shift = 0x1,
IKM_Control = 0x2,
IKM_Alt = 0x4
} ;
Constants
IKM_Shift Value: 0x1 The SHIFT key was used as a modifier. |
IKM_Control Value: 0x2 The CTRL key was used as a modifier. |
IKM_Alt Value: 0x4 The ALT key was used as a modifier. |
Remarks
In C++, explicit casting is required when trying to set more than one flag at a time. A compilation error occurs if explicit casting is not used.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |
See also
KeyDown Event [InkEdit Control]
MouseDown Event [InkPicture Control]
MouseMove Event [InkPicture Control]