TVM_CREATEDRAGIMAGE (Windows CE 5.0)
This message creates a dragging bitmap for the specified item in a tree view control, creates an image list for the bitmap, and adds the bitmap to the image list. An application can display the image when dragging the item by using the image list functions. You can send this message explicitly or by using the TreeView_CreateDragImage macro.
TVM_CREATEDRAGIMAGEwParam = 0;lParam= (LPARAM)(HTREEITEM)hitem;
Parameters
- hitem
Handle to the item that receives the new dragging bitmap.
Return Values
The handle to the image list to which the dragging bitmap was added indicates success. NULL indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
ImageList_Add | ImageList_Create | SendMessage | TreeView_CreateDragImage
Send Feedback on this topic to the authors