CImageList::DragEnter

This method locks updates to the window specified by pWndLock, during a drag operation, and display the drag image at the position specified by point.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

CImageList::BeginDrag, CImageList::EndDrag, CImageList::DragMove, CImageList::DragLeave