Represents the modifier keys (SHIFT, CTRL or ALT) pressed during clicks, dragging and other mouse actions.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax [FlagsAttribute]
public enum ShiftKey
<FlagsAttribute>
Public Enumeration ShiftKey
Dim instance As ShiftKey
[FlagsAttribute]
public enum class ShiftKey
Members
| Member name | Value | Description |
---|
| NoShift | 0 |
No modifier keys (SHIFT, CTRL or ALT) are pressed.
|
| Shift | 8192 |
The SHIFT key is pressed.
|
| Alt | 32768 |
The ALT key is pressed.
|
| Ctrl | 16384 |
The CTRL key is pressed.
|
See Also