Identifies special Keys.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum Keys |
Visual Basic
![]() |
---|
Public Enum Keys |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
0 | No key pressed. |
![]() |
Shift |
1 | The SHIFT modifier key. |
![]() |
Control |
2 | The CTRL modifier key. |
![]() |
Alt |
3 | The ALT modifier key. |