virtual UINT Dragging( CPoint pt );
Return Value
The resource ID of the cursor to be displayed. The following values are possible:
Parameters
pt
A CPoint object that contains the x and y screen coordinates of the cursor.
Remarks
Called by the framework when a list box item is being dragged within the CDragListBox object. The default behavior returns DL_MOVECURSOR. Override this function if you want to provide additional functionality.