Share via


Imagelist.dragLeave(Int32) Method

Definition

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

public:
 virtual bool dragLeave(int _hWnd);
public virtual bool dragLeave (int _hWnd);
abstract member dragLeave : int -> bool
override this.dragLeave : int -> bool
Public Overridable Function dragLeave (_hWnd As Integer) As Boolean

Parameters

_hWnd
Int32

The handle to the window that owns the drag image.

Returns

1 if the method is successful; otherwise, 0.

Remarks

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

Applies to