| KiXforms Class Library |
OnMouseUp Event |
Gets or sets the event handler that is called when the mouse pointer is over the control and a mouse button is released.
object.OnMouseUp [ = 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 (under development). |
| 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. |