TVM_CREATEDRAGIMAGE

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.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related macro: TreeView_CreateDragImage

Syntax

  1. TVM_CREATEDRAGIMAGE wParam = 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 otherwise.

See Also

ImageList_Add, ImageList_Create, SendMessage