Share via


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.

See Also

Imagelist Class

Imagelist.dragBegin Method

Imagelist.dragEnter Method

Imagelist.dragMove Method

Imagelist.dragLeave Method