CImageList::DragEnter

Call this member function to lock updates to the window specified by pWndLock, during a drag operation, and display the drag image at the position specified by point.

Syntax

static BOOL DragEnter( CWnd* pWndLock, CPoint point );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CImageList Overview, CImageList Member Functions, Control Support Classes, CImageList::BeginDrag, CImageList::EndDrag, CImageList::DragMove, CImageList::DragLeave