KeyboardEvent.CtrlKey

KeyboardEvent.CtrlKey property

true if the Control (control) key modifier was active. The un-initialized value of this attribute MUST be false.

public bool CtrlKey { get; }

Property Value

true if Control; otherwise, false.

See Also