Enum TableKeyModifier
Keyboard keys that can be pressed and held down during the execution of a table method, such as the click method.
public enum TableKeyModifier
Fields
Alt = 2Alt key.
Control = 1Control key.
ControlAndShift = 3Control and Shift keys pressed at the same time.
Shift = 0Shift key.