| Custom Icon REALbasic Plugin |
|
CustomIcon.MouseUp Event
This event is fired when the Mouse button goes up within the control.
MouseUp(
x as Integer,
y as Integer)
Parameters
- x
- The x location of the mouse relative to the control.
- y
- The y location of the mouse relative to the control.
Remarks
This event will not fire if true was not returned from the MouseDown event of the control.
See Also
CustomIcon Control