Click or drag to resize

DomMouseButton Enumeration

A DOM mouse button.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum DomMouseButton
Members
  Member nameValueDescription
Main0 A main mouse button. Usually the left button or the un-initialized state.
Middle1 An auxiliary button. Usually the wheel button or the middle button (if present).
Right2 A secondary button. Usually the right button.
Back3 A fourth button. Typically the Browser Back button.
Forward4 A fifth button. Typically the Browser Forward button.
See Also