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