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