Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies which modifier key was pressed.
Syntax
typedef enum InkShiftKeyModifierFlags {
IKM_Shift = 0x1,
IKM_Control = 0x2,
IKM_Alt = 0x4
} ;
Constants
IKM_ShiftValue: 0x1 The SHIFT key was used as a modifier. |
IKM_ControlValue: 0x2 The CTRL key was used as a modifier. |
IKM_AltValue: 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]