Enumeration of mouse buttons
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [FlagsAttribute]
public enum MouseButtons
<FlagsAttribute>
Public Enumeration MouseButtons
[<FlagsAttribute>]
type MouseButtons
Members
| Member name | Value | Description |
---|
| None | 0 |
No mouse button
|
| Primary | 1 |
The primary button, usually Left but can be Right depending on the user's preferences for a right handed mouse.
|
| Alternate | 2 |
The alternate button, usually Right but can be Left depending on the user's preferences for a right handed mouse.
|
| Middle | 4 |
The middle mouse button
|
See Also