TableKeyModifier Enumeration
Keyboard keys that can be pressed and held down during the execution of a table method, such as the click method.

C# Syntax

public enum TableKeyModifier : System.Enum 
Members
MemberDescription
AltAlt key.
ControlControl key.
ControlAndShiftControl and Shift keys pressed at the same time.
ShiftShift key.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Java.TableKeyModifier