iImageList::BeginDrag 方法 (commoncontrols.h)

开始拖动图像。

语法

HRESULT BeginDrag(
  [in] int iTrack,
  [in] int dxHotspot,
  [in] int dyHotspot
);

参数

[in] iTrack

类型: int

一个 int 类型的值,该值包含要拖动的图像的索引。

[in] dxHotspot

类型: int

int 类型的值,该值包含相对于图像左上角的拖动位置的 x 分量。

[in] dyHotspot

类型: int

int 类型的值,该值包含相对于图像左上角的拖动位置的 y 分量。

返回值

类型: HRESULT

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

IImageList::BeginDrag 创建用于拖动的临时图像列表。 为了响应后续 WM_MOUSEMOVE 消息,可以使用 IImageList::D ragMove 移动拖动图像。 若要结束拖动操作,可以使用 IImageList::EndDrag

若要使用 IImageList::BeginDrag,请在清单中指定 Comctl32.dll 版本 6。 有关清单的详细信息,请参阅 启用视觉样式

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 commoncontrols.h
DLL Comctl32.dll (6.0 或更高版本)