CertificateList Object : KeyDown Event |
The Shift parameter is a bit field with the least-significant bits corresponding to the SHIFT key (bit 0), the CTRL key (bit 1), and the ALT key (bit 2). The number of bits that can be set depends on which keys are pressed.
One or more of the following values are added together to represent Shift combinations (for example, if both SHIFT and CTRL are pressed, Shift is 3):
Constant | Setting | Description |
---|---|---|
vbShiftMask | 1 | SHIFT key bit mask |
vbCtrlMask | 2 | CTRL key bit mask |
vbAltMask | 4 | ALT key bit mask |