| KiXforms Class Library |
OnMouseDown Event |
Gets or sets the code to execute when the mouse pointer is over the control and a mouse button is pressed.
object.OnMouseDown [ = String ]
The System.Sender property contains the object that raised the event. The System.EventArgs property receives a value of type EventArgs containing data related to this event. The following EventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | Gets which mouse button was pressed. |
| X | Gets the x-coordinate of a mouse click. |
| Y | Gets the y-coordinate of a mouse click. |
| The CHM file was converted to HTML by chm2web software. |