RectControl.DragOver Event

Fired when the DragItem is over the RectControl. The coordinates x and y are relative to the RectControl.

Syntax

DragOver ( x, y, obj )

Parameters

x

Integer

y

Integer

obj

DragItem


Returns a Boolean. Return True from this event to prevent the drop from occurring.