MouseEventAltKey Property
Refer to the altKey attribute.

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

Property Value

Type: Boolean
true if [alt key]; otherwise, false.
See Also