KeyModifiersAltGraphDown Property  | 
 
                Indicates whether the Alt Graph/Right Alt key is pressed.
            
 
    Namespace: 
   DotNetBrowser.Input.Keyboard.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntaxpublic bool AltGraphDown { get; set; }Property Value
Type: 
Booleantrue if the modifier key is pressed, 
false otherwise.
Implements
IKeyModifiersAltGraphDown
See Also