OlShiftState Enumeration
Represents a bitmask to indicate which modifier key is pressed during a keyboard or mouse event of a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("B791AC59-1E79-4007-A6A1-4A4FE62F8D03")> _
Public Enumeration OlShiftState
'Usage
Dim instance As OlShiftState
[GuidAttribute("B791AC59-1E79-4007-A6A1-4A4FE62F8D03")]
public enum OlShiftState
Members
Member name | Description | |
---|---|---|
olShiftStateShiftMask | Indicates that the SHIFT key is pressed during the event. | |
olShiftStateCtrlMask | Indicates that the CTRL key is pressed during the event. | |
olShiftStateAltMask | Indicates that the ALT key is pressed during the event. |