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

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool CtrlKey { get; }

Property Value

Type: Boolean
true if Control; otherwise, false.
See Also