CImageList::DragMove
static BOOL DragMove( CPoint pt );
返回值:如果成功,则返回非零值,否则为0。
参数:
pt
新的拖动位置。
说明:
调用此函数移动在拖放操作中正被拖动的图象。此函数典型地被调用来回答 WM_MOUSEMOVE消息。开始拖动操作,请使用BeginDrag成员函数。
请参阅:
CImageList::BeginDrag
,
CImageList::EndDrag
,
CImageList::Draw