Share via


Imagelist.dragLeave Method

Unlocks the specified window and hides the drag image, enabling the window to be updated.

Syntax

public boolean dragLeave(int hWnd)

Run On

Client

Parameters

  • hWnd
    Type: int
    The handle to the window that owns the drag image.

Return Value

Type: boolean
1 if successful; otherwise, 0.

Remarks

The rest of the drag operation is specified by the dragBegin, dragEnter, dragMove, and dragEnd methods.

See Also

Imagelist Class

Imagelist.dragBegin Method

Imagelist.dragEnter Method

Imagelist.dragMove Method

Imagelist.dragEnd Method