CImageList::SetDragCursorImage

Call this member function to create a new drag image by combining the given image (typically a mouse cursor image) with the current drag image.

Syntax

BOOL SetDragCursorImage( int nDrag, CPoint ptHotSpot );

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::GetDragImage