Expand Minimize
This topic has not yet been rated - Rate this topic

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)
[GuidAttribute("B791AC59-1E79-4007-A6A1-4A4FE62F8D03")]
public enum OlShiftState
Member nameDescription
olShiftStateShiftMaskIndicates that the SHIFT key is pressed during the event.
olShiftStateCtrlMaskIndicates that the CTRL key is pressed during the event.
olShiftStateAltMaskIndicates that the ALT key is pressed during the event.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.