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