Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
 MouseButtons Enumeration

  Switch on low bandwidth view
.NET Framework Class Library for Silverlight
MouseButtons Enumeration

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
Visual Basic (Usage)
Dim instance As MouseButtons
C#
[FlagsAttribute]
public enum MouseButtons
Member nameDescription
NoneNo mouse button was clicked.
LeftThe left mouse button was clicked.
RightThe right mouse button was clicked.
MiddleThe 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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker