Click or drag to resize

IKeyModifiersAltGraphDown Property

Indicates whether the Alt Graph/Right Alt key is pressed.

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool AltGraphDown { get; }

Property Value

Type: Boolean
true if the modifier key is pressed, false otherwise.
See Also