Partager via


CDragListBox::CancelDrag

Called by the framework when a drag operation has been canceled.

virtual void CancelDrag(
   CPoint pt 
);

Parameters

  • pt
    A CPoint object that contains the coordinates of the item being dragged.

Remarks

Override this function to handle any special processing for your list box control.

Requirements

Header: afxcmn.h

See Also

Concepts

CDragListBox Class

CDragListBox Members

Hierarchy Chart

CDragListBox::BeginDrag

CDragListBox::Dragging