Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.