MouseEventButton Property
During mouse events caused by the depression or release of a mouse button, button MUST be used to indicate which pointer device button changed state.

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

Property Value

Type: Int16
The button.
See Also