static BOOL DragMove( CPoint pt );
Return Value
Nonzero if successful; otherwise 0.
Parameters
pt
New drag position.
Remarks
Call this function to move the image that is being dragged during a drag-and-drop operation. This function is typically called in response to a WM_MOUSEMOVE message. To begin a drag operation, use the BeginDrag member function.
CImageList Overview | Class Members | Hierarchy Chart
See Also CImageList::BeginDrag, CImageList::EndDrag, CImageList::Draw