Class KeyModifiers
Identifies the state of the "shift"-keys within a event.
public class KeyModifiers
- Inheritance
-
KeyModifiers
- Inherited Members
Fields
- Alt
Check if the Alt key was pressed or not.
- Capslock
Check if the Caps lock key was pressed or not.
- Ctrl
Check if the Ctrl key was pressed or not.
- Numlock
Check if the Num lock key was pressed or not.
- Scrolllock
Check if the Scroll lock key was pressed or not.
- Shift
Check if the Shift key was pressed or not.