ImageList_DragEnterImageList_DragEnter*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_Destroy
*Next Topic: ImageList_DragLeave

ImageList_DragEnter


BOOL ImageList_DragEnter(
    HWND hwndLock, 	
    int x, 	
    int y	
   );	

Locks updates to the specified window during a drag operation and displays the drag image at the specified position within the window.

hwndLock
Handle to the window that owns the drag image.
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.


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