Table of Contents

Enum MouseButton

Namespace
AngleSharp.Html.Dom.Events
Assembly
AngleSharp.dll

All possible mouse button values that may appear in UI events.

public enum MouseButton : byte
Extension Methods

Fields

Auxiliary = 1

The auxiliary button. In general, the middle button, often combined with a mouse wheel.

Primary = 0

The primary button of the device. In general, the left button or the only button on single-button devices, used to activate a user interface control or select text.

Secondary = 2

The secondary button. In general, the right button, often used to display a context menu.