KeyModifier Enumeration
Represents keyboard keys that can be pressed and held down during the execution of a method, such as the SendKeys method.

C# Syntax

[Flags()]
public enum KeyModifier : System.Enum 
Members
MemberDescription
AltAn Alt key.
CtrlA control key.
LeftAltThe left Alt key.
LeftCtrlThe left control key.
LeftShiftThe left Shift key.
LeftWindowsLogoThe left Windows key.
NoneNo key is pressed.
RightAltThe right Alt key.
RightCtrlThe right control key.
RightShiftThe right Shift key.
RightWindowsLogoThe right Windows key.
ShiftA Shift key.
WindowsLogoA Windows key.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.KeyModifier