Click or drag to resize

MouseEventArgsButtons Property

Gets the mouse buttons involved in the event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public MouseButtons Buttons { get; }

Property Value

Type: MouseButtons
The mouse buttons.
See Also