ModifierKey Enum

Definition

Enum containing the modifier keys for shortcuts.

public enum ModifierKey
type ModifierKey = 
Public Enum ModifierKey
Inheritance
ModifierKey

Fields

Control 4

Control key.

ControlLeftAlt 5

Control key and left alt key.

ControlShift 6

Control key and shift key.

ControlShiftLeftAlt 7

Control key, shift key and left alt key.

LeftAlt 1

Left alt key.

None 0

Empty modifier key.

Shift 2

Shift key.

Applies to