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

Reference

CDragListBox Class

Hierarchy Chart

CDragListBox::BeginDrag

CDragListBox::Dragging