KeyModifiersControlDown Property |
Indicates whether the Ctrl key is pressed.
Namespace:
DotNetBrowser.Input.Keyboard.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public bool ControlDown { get; set; }
Property Value
Type:
Booleantrue if the modifier key is pressed,
false otherwise.
Implements
IKeyModifiersControlDownSee Also