KeyboardEventShiftKey Property
true if the shift (Shift) key modifier was active.

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

Property Value

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