The IMouseEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Alt |
Gets whether Alt key was pressed down when this event occurred.
|
|
|
ButtonIndex |
Gets the index of the mouse button which invoked this event.
|
|
|
Control |
Gets whether Control key was pressed down when this event occurred.
|
|
|
Handled |
If set true by an event handler, Azuki does not execute built-in default action.
|
|
|
Index |
Gets the index of the character at where the mouse cursor points when this event occurred.
|
|
|
Location |
Gets the location of the mouse cursor when this event occurred.
|
|
|
Shift |
Gets whether Shift key was pressed down when this event occurred.
|
|
|
Special |
Gets whether Special key (Windows key) was pressed down when this event occurred.
|
|
|
X |
Gets x-coordinate of the mouse cursor when this event occurred.
|
|
|
Y |
Gets y-coordinate of the mouse cursor when this event occurred.
|