KeyboardEvent.AltKey

KeyboardEvent.AltKey property

true if the Alt (alternative) (or “Option”) key modifier was active. The un-initialized value of this attribute MUST be false.

public bool AltKey { get; }

Property Value

true if Alt; otherwise, false.

See Also