Enum MouseButtons
Specifies constants that indicate which mouse button was clicked.
Namespace: System.Windows.Browser
Assembly: OpenSilver.Browser.dll
Syntax
[Flags]
public enum MouseButtons
Fields
Name | Description |
---|---|
Left | The left mouse button was clicked. |
Middle | The wheel button was clicked. |
None | No mouse button was clicked. |
Right | The right mouse button was clicked. |