Imagelist.dragEnd Method
Ends a drag operation.
Syntax
public boolean dragEnd()
Run On
Client
Return Value
Type: boolean
1 if successful; otherwise, 0.
Remarks
The rest of the drag operation is specified by the dragBegin, dragEnter, dragMove, and dragLeave methods.