Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.43 KB

nf-commctrl-imagelist_dragmove.md

File metadata and controls

77 lines (61 loc) · 2.43 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.ImageList_DragMove
ImageList_DragMove function (commctrl.h)
Moves the image that is being dragged during a drag-and-drop operation. This function is typically called in response to a WM_MOUSEMOVE message. (ImageList_DragMove)
ImageList_DragMove
ImageList_DragMove function [Windows Controls]
_win32_ImageList_DragMove
_win32_ImageList_DragMove_cpp
commctrl/ImageList_DragMove
controls.ImageList_DragMove
controls._win32_ImageList_DragMove
controls\ImageList_DragMove.htm
Controls
VS|Controls|~\controls\imagelist\functions\imagelist_dragmove.htm
12/05/2018
ImageList_DragMove, ImageList_DragMove function [Windows Controls], _win32_ImageList_DragMove, _win32_ImageList_DragMove_cpp, commctrl/ImageList_DragMove, controls.ImageList_DragMove, controls._win32_ImageList_DragMove
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Comctl32.lib
Comctl32.dll
Windows
19H1
ImageList_DragMove
commctrl/ImageList_DragMove
c++
APIRef
kbSyntax
DllExport
Comctl32.dll
ImageList_DragMove

ImageList_DragMove function

-description

Moves the image that is being dragged during a drag-and-drop operation. This function is typically called in response to a WM_MOUSEMOVE message.

-parameters

-param x

Type: int

The x-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.

-param y

Type: int

The y-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.

-returns

Type: BOOL

Returns nonzero if successful, or zero otherwise.

-remarks

To begin a drag operation, use the ImageList_BeginDrag function.