Custom Icon REALbasic Plugin

CustomIcon.MouseDrag Event

This event is fired when the Mouse is draged on the control if the Mouse was clicked in the control.

MouseDrag(
   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