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