Table of Contents

Enum MouseButton

Namespace
DotNetBrowser.Input.Mouse.Events
Assembly
DotNetBrowser.dll

The mouse buttons.

public enum MouseButton

Fields

Back = 5

Back (XButton1) button.

Forward = 6

Forward (XButton2) button.

Left = 2

Left (primary) button.

Middle = 3

Middle button.

None = 1

No button.

Right = 4

Right (secondary) button.