ImageList_SetDragCursorImageImageList_SetDragCursorImage*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_SetBkColor
*Next Topic: ImageList_SetIconSize

ImageList_SetDragCursorImage


BOOL ImageList_SetDragCursorImage(
    HIMAGELIST himlDrag, 	
    int iDrag, 	
    int dxHotspot, 	
    int dyHotspot	
   );	

Creates a new drag image by combining the specified image (typically a mouse cursor image) with the current drag image.

himlDrag
Handle to the image list that contains the new image to combine with the drag image.
iDrag
Index of the new image to combine with the drag image.
dxHotspot and dyHotspot
Position of the hot spot within the new image.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.