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