ImageList_BeginDrag函式 (commctrl.h)
開始拖曳影像。
語法
BOOL ImageList_BeginDrag(
HIMAGELIST himlTrack,
int iTrack,
int dxHotspot,
int dyHotspot
);
參數
himlTrack
類型: HIMAGELIST
影像清單的句柄。
iTrack
類型: int
要拖曳之影像的索引。
dxHotspot
類型: int
相對於影像左上角的拖曳位置位置 X 座標。
dyHotspot
類型: int
相對於影像左上角之拖曳位置位置的 Y 座標。
傳回值
類型: BOOL
如果成功,則傳回非零,否則傳回零。
備註
此函式會建立用於拖曳的暫存影像清單。 為了回應後續 的WM_MOUSEMOVE 訊息,您可以使用 ImageList_DragMove 函式來移動拖曳影像。 若要結束拖曳作業,您可以使用 ImageList_EndDrag 函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | commctrl.h |
程式庫 | Comctl32.lib |
Dll | Comctl32.dll |