Specifies constants that indicate which mouse button was clicked.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:
System.Windows.Browser
Assembly:
System.Windows.Browser (in System.Windows.Browser.dll)
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration MouseButtons
Dim instance As MouseButtons
[FlagsAttribute]
public enum MouseButtons
| Member name | Description |
|---|
| None | No mouse button was clicked. |
| Left | The left mouse button was clicked. |
| Right | The right mouse button was clicked. |
| Middle | The wheel button was clicked. |
MouseButtons enumeration members are frequently used during event processing.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference