NAME

ImageList_BeginDrag  (COMCTL32.@)

SYNOPSIS

 BOOL ImageList_BeginDrag
 (
  HIMAGELIST himlTrack,
  INT        iTrack,
  INT        dxHotspot,
  INT        dyHotspot
 )

DESCRIPTION

Creates a temporary image list that contains one image. It will be used as a drag image.

PARAMS

himlTrack [In] handle to the source image list.
iTrack [In] index of the drag image in the source image list.
dxHotspot [In] X position of the hot spot of the drag image.
dyHotspot [In] Y position of the hot spot of the drag image.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "commctrl.h".

Implemented in "dlls/comctl32/imagelist.c". source.winehq.org/source/dlls/comctl32/imagelist.c

Debug channel "imagelist".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.