Click or drag to resize

KeyModifiers Enumeration

The hotkey modifiers

Namespace: Upsilon.Common.Forms
Assembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
[FlagsAttribute]
public enum KeyModifiers
Members
Member nameValueDescription
Alt1 The Alt key
Control2 The Control key
Shift4 The Shift key
Windows8 The Windows key
NoRepeat16,384 Set the no-repeat key
See Also