Table of Contents

Enum MouseButton

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

The MouseButton enumeration describes the buttons available on the mouse device.

public enum MouseButton

Fields

Left = 0

The left mouse button.

Middle = 1

The middle mouse button.

Right = 2

The right mouse button.

Unknown = 5

Mouse button not specified.

XButton1 = 3

The fourth mouse button.

XButton2 = 4

The fifth mouse button.