Imagelist.dragLeave(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.