OlShiftState Enumeration
Outlook Developer Reference |
Represents a bitmask to indicate which modifier key is pressed during a keyboard or mouse event of a control.
Version Information
Version Added: Outlook 2007
Name | Value | Description |
---|---|---|
olShiftStateShiftMask | 1 | Indicates that the SHIFT key is pressed during the event. |
olShiftStateCtrlMask | 2 | Indicates that the CTRL key is pressed during the event. |
olShiftStateAltMask | 4 | Indicates that the ALT key is pressed during the event. |