Table of Contents

Enum KeyModifier

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

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

[Flags]
public enum KeyModifier

Fields

Alt = 8

An Alt key.

Ctrl = 1

A control key.

LeftAlt = 16

The left Alt key.

LeftCtrl = 2

The left control key.

LeftShift = 128

The left Shift key.

The left Windows key.

None = 0

No key is pressed.

RightAlt = 32

The right Alt key.

RightCtrl = 4

The right control key.

RightShift = 256

The right Shift key.

The right Windows key.

Shift = 64

A Shift key.

A Windows key.