MouseButtons

Wisej.Web.MouseButtons

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies which mouse button was pressed.

public enum MouseButtons : Enum

Fields

Name
Description

Left

The left mouse button was pressed.

Middle

The middle mouse button (wheel) was pressed.

None

No mouse button was pressed.

Right

The right mouse button was pressed.

Wheel

The middle mouse button (wheel) was pressed.

Used By

Name
Description

Returns a value indicating which of the mouse buttons is in a pressed state.

Returns which mouse button was pressed.

Returns a value that indicates which mouse buttons were pressed during the drag operation.

Returns a value that indicates which mouse buttons were pressed during the drag operation.

Returns a value that indicates which mouse buttons were pressed during the drag operation.

Returns which mouse button was pressed.

Mouse button.

Last updated