Skip to main content
Version: 3.5

MouseButtons

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies which mouse button was pressed.

public enum MouseButtons : Enum

Fields

NameDescription
LeftThe left mouse button was pressed.
MiddleThe middle mouse button (wheel) was pressed.
NoneNo mouse button was pressed.
RightThe right mouse button was pressed.
WheelThe middle mouse button (wheel) was pressed.

Used By

NameDescription
Control.MouseButtonsReturns a value indicating which of the mouse buttons is in a pressed state.
ColumnClickEventArgs.ButtonReturns which mouse button was pressed.
ListViewItemDragEventArgs.ButtonReturns a value that indicates which mouse buttons were pressed during the drag operation.
TreeViewNodeDragEventArgs.ButtonReturns a value that indicates which mouse buttons were pressed during the drag operation.
ItemDragEventArgs.ButtonReturns a value that indicates which mouse buttons were pressed during the drag operation.
MouseEventArgs.ButtonReturns which mouse button was pressed.
PointerInfo.ButtonMouse button.