Property AltDown
- Namespace
- DotNetBrowser.Input.Keyboard.Events
- Assembly
- DotNetBrowser.dll
AltDown
Indicates whether the Alt key is pressed.
public bool AltDown { get; set; }
Property Value
- bool
true
if the modifier key is pressed,false
otherwise.