Share via


TVM_CREATEDRAGIMAGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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.

Syntax

TVM_CREATEDRAGIMAGE wParam = 0; 
    lParam = (LPARAM)(HTREEITEM) hitem; 

Parameters

  • hitem
    Handle to the item that receives the new dragging bitmap.

Return Value

The handle to the image list to which the dragging bitmap was added indicates success. NULL indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ImageList_Add
ImageList_Create
SendMessage
TreeView_CreateDragImage