Class KeyModifiers
- Namespace
- DotNetBrowser.Input.Keyboard.Events
- Assembly
- DotNetBrowser.dll
public sealed class KeyModifiers : IKeyModifiers
- Inheritance
-
KeyModifiers
- Implements
- Inherited Members
Properties
- AltDown
Indicates whether the Alt key is pressed.
- AltGraphDown
Indicates whether the Alt Graph/Right Alt key is pressed.
- ControlDown
Indicates whether the Ctrl key is pressed.
- MetaDown
Indicates whether the Meta key is pressed.
- ShiftDown
Indicates whether the Shift key is pressed.