| Custom Icon REALbasic Plugin |
|
CustomIcon.MouseDown Event
This event is fired when the Mouse button goes down within the control.
MouseDown(
x as Integer,
y as Integer) as Boolean
Parameters
- x
- The x location of the mouse relative to the control.
- y
- The y location of the mouse relative to the control.
Returns
Boolean
Remarks
Return true if you want to recieve MouseUp and MouseDrag events.
See Also
CustomIcon Control