Table of Contents

Property ControlDown

Namespace
DotNetBrowser.Input.Keyboard.Events
Assembly
DotNetBrowser.dll

ControlDown

Indicates whether the Ctrl key is pressed.

bool ControlDown { get; }

Property Value

bool

true if the modifier key is pressed, false otherwise.