KeyboardEvent.ShiftKey

KeyboardEvent.ShiftKey property

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

public bool ShiftKey { get; }

Property Value

true if Shift; otherwise, false.

See Also