Prev Next
The TreeView_CreateDragImage macro 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 use this
macro or explicitly send the TVM_CREATEDRAGIMAGE
message.
HIMAGELIST TreeView_CreateDragImage(
Parameters
-
hwnd
-
Handle to the tree-view control.
-
hitem
-
Handle to the item that receives the new dragging bitmap.
Return Values
Returns the handle of the image list to which the dragging bitmap was added if
successful or NULL otherwise.
Remarks
If you create a tree-view control without an associated image list, you cannot
use the TreeView_CreateDragImage macro to create the image to display
during a drag operation. You must implement your own way to support drag and
drop cursor.
See Also
TVM_CREATEDRAGIMAGE
file: /Techref/os/win/api/win32/mac/src/mac04_23.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 08:00,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mac/src/mac04_23.htm"> TreeView_CreateDragImage</A> |
Did you find what you needed?
|
|