MouseEventArgsEx Class Members
In This Topic
The following tables list the members exposed by MouseEventArgsEx.
Public Constructors
Public Properties
| Name | Description |
| Button | Gets which mouse button was pressed. |
| Clicks | Gets the number of times the mouse button was pressed and released. |
| Column | Gets the terminal column number of the mouse click. |
| Delta | Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. |
| Location | Gets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window. |
| Row | Gets the terminal row number of the mouse click. |
| WindowMessage | Windows message generated by the mouse event. |
| X | Gets the x-coordinate of the mouse during this event, in pixels, relative to the left side of the session window. |
| Y | Gets the y-coordinate of the mouse during this event, in pixels, relative to the top of the session window. |
Top
Public Methods
Protected Methods
| Name | Description |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
| MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
Public Operators
See Also