Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOLSetDragCursorImage(intnDrag**,CPointptHotSpot);**
Return Value
Nonzero if successful; otherwise 0.
Parameters
nDrag
Index of the new image to be combined with the drag image.
ptHotSpot
Position of the hot spot within the new image.
Remarks
Creates a new drag image by combining the given image (typically a mouse cursor image) with the current drag image.
Because the dragging functions use the new image during a drag operation, you should use the Windows function to hide the actual mouse cursor after calling CImageList::SetDragCursorImage. Otherwise, the system may appear to have two mouse cursors for the duration of the drag operation.
CImageList Overview | Class Members | Hierarchy Chart
See Also CImageList::BeginDrag, CImageList::EndDrag, CImageList::GetDragImage