CImageList::EndDrag
Appelez cette fonction pour terminer une opération glisser.
static void PASCAL EndDrag( );
Notes
Pour démarrer une opération de glissement, utilisez la fonction membre d' BeginDrag .
Exemple
void CImageListDlg::OnLButtonUp(UINT nFlags, CPoint point)
{
// Terminate the drag image (usually called from WM_LBUTTONUP).
m_myImageList.DragLeave(this);
m_myImageList.EndDrag();
CDialog::OnLButtonUp(nFlags, point);
}
Configuration requise
Header: afxcmn.h