KeyModifiersMetaDown Property  | 
 
                Indicates whether the Meta key is pressed.
            
 
    Namespace: 
   DotNetBrowser.Input.Keyboard.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntaxpublic bool MetaDown { get; set; }Property Value
Type: 
Booleantrue if the modifier key is pressed, 
false otherwise.
Implements
IKeyModifiersMetaDown
See Also