LVM_CREATEDRAGIMAGELVM_CREATEDRAGIMAGE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_ARRANGE
*Next Topic: LVM_DELETEALLITEMS

LVM_CREATEDRAGIMAGE


LVM_CREATEDRAGIMAGE 
    wParam = (WPARAM) (int) iItem; 
    lParam = (LPARAM) (LPPOINT) lpptUpLeft; 

Creates a drag image list for the specified item. You can send this message explicitly or by using the ListView_CreateDragImage macro.

iItem
Index of the item.
lpptUpLeft
Address of a POINT structure that receives the initial location of the upper-left corner of the image, in view coordinates.

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