Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Base.UI
- Classes
- MouseEventArgs Class
- WndMsgEventArgs Class
- Enumerations
- Delegates
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
MouseEventArgs Properties |
The properties of the MouseEventArgs class are listed below. For a complete list of MouseEventArgs class members, see the MouseEventArgs Members topic.
Properties
Name | Description | |
---|---|---|
Button | Gets which mouse button was pressed. | |
Clicks | Gets the number of times the mouse button was pressed and released. | |
Delta | Gets a signed count of the number of detents the mouse wheel has rotated. | |
Location | Gets the location of the mouse during the generating mouse event. | |
X | Gets the x-coordinate of the mouse during the generating mouse event. | |
Y | Gets the y-coordinate of the mouse during the generating mouse event. |
See Also