static BOOL DragLeave( CWnd* pWndLock );
Return Value
Nonzero if successful; otherwise 0.
Parameters
pWndLock
Pointer to the window that owns the drag image.
Remarks
Unlocks the window specified by pWndLock and hides the drag image, allowing the window to be updated.
Example
See the example for CImageList::EndDrag.
CImageList Overview | Class Members | Hierarchy Chart
See Also CImageList::BeginDrag, CImageList::EndDrag, CImageList::DragMove, CImageList::DragEnter