CImageList::SetDragCursorImage
通过将特定图像生成新的拖动图像(通常为鼠标光标图像)与当前拖动图像。
BOOL SetDragCursorImage(
int nDrag,
CPoint ptHotSpot
);
参数
nDrag
将合并的新图像的索引与拖动图像。ptHotSpot
作用点的位置在新图像中。
返回值
非零,如果成功;否则为0。
备注
由于拖动的功能在拖动操作过程使用新图像,应使用Windows ShowCursor 功能在调用 CImageList::SetDragCursorImage后隐藏实际鼠标光标。否则,系统可能看起来具有拖动操作期间将两个鼠标光标。
要求
Header: afxcmn.h