constants ModifierKeyEnum
The ModifierKeyEnum type specifies the modifies keys. The ShortcutKeyPressedModifers property indicates the combination of modifier keys whose shortcut keys are currently visible. The ModifierKeyEnum type supports the following values:

NameValueDescription
exNoModifier0 (HEXA: 0x00000000) No modifier key.
exModifierShift65536 (HEXA: 0x00010000) Indicates the SHIFT modifier key.
exModifierCtrl131072 (HEXA: 0x00020000) Indicates the CTRL modifier key.
exModifierAlt262144 (HEXA: 0x00040000) Indicates the ALT modifier key.
exModifierAny-65536 (HEXA: 0xFFFF0000) Indicates any modifier key.