SRGDragListBox::Dropped

voidSRGDragListBox::Dropped(intnSrcIndex, CPointpt)

This function override that of CDragListBox to handle the dummy item at the end of the list. It gives the user an impression that they can drag and item in the list to the end. The CDragListBox does not allow user to drag an item to the end.

Defined in: SRGWzDisplay.cpp

Return Value

void

Parameters

nSrcIndex

The zero base index of the draging item.

pt

Position where the item will be dropped.