EditField.MouseDown Event
The mouse button was pressed inside the control's region at the location passed in to x,y. Return True if you are going to handle the MouseDown.
Syntax
MouseDown ( x, y )
Parameters | |
x |
|
y |
Returning True prevents the EditField from handling the mouse click.