Window.DragOver Event
Fired when the DragItem is over the Window. The coordinates x and y are relative to the Window.
Syntax
DragOver ( x, y, obj )
x
Integer
y
obj
DragItem
Returns a Boolean. Return True from this event to prevent the drop from occurring.