CImageList::DragMove

This method moves the image that is being dragged during a drag-and-drop operation. This method is typically called in response to a WM_MOUSEMOVE message. To begin a drag operation, use the BeginDrag method.

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 DragMove( CPoint pt );

See Also

CImageList::BeginDrag, CImageList::EndDrag, CImageList::Draw