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