CDragListBox::CancelDrag

virtual void CancelDrag( CPoint pt );

Parameters

pt

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

Remarks

Called by the framework when a drag operation has been canceled. Override this function to handle any special processing for your list box control.

CDragListBox OverviewClass MembersHierarchy Chart

See Also   CDragListBox::BeginDrag, CDragListBox::Dragging