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