Contents Index Topic Contents | ||
Previous Topic: ImageList_DragLeave Next Topic: ImageList_DragShowNolock |
ImageList_DragMove
BOOL ImageList_DragMove( int x, int y );Moves the image that is being dragged during a drag-and-drop operation. This function is typically called in response to a WM_MOUSEMOVE message.
- Returns nonzero if successful, or zero otherwise.
- x
- X-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.
- y
- Y-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.
To begin a drag operation, use the ImageList_BeginDrag function.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.