Table of Contents

Enum TableKeyModifier

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

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 = 2

Alt key.

Control = 1

Control key.

ControlAndShift = 3

Control and Shift keys pressed at the same time.

Shift = 0

Shift key.