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