Enum DomMouseButton
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
A DOM mouse button.
public enum DomMouseButton
Fields
Back = 3
A fourth button. Typically the Browser Back button.
Forward = 4
A fifth button. Typically the Browser Forward button.
Main = 0
A main mouse button. Usually the left button or the un-initialized state.
Middle = 1
An auxiliary button. Usually the wheel button or the middle button (if present).
Right = 2
A secondary button. Usually the right button.