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.
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 |
static BOOL DragMove( CPoint pt );
CImageList::BeginDrag, CImageList::EndDrag, CImageList::Draw