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