CListCtrl::GetHotCursor
Visual Studio 2012
Retrieves the cursor used when hot tracking is enabled for a list view control.
HCURSOR GetHotCursor( );
This member function implements the behavior of the Win32 macro, ListView_GetHotCursor, as described in the Windows SDK. The hot cursor, only visible when hover selection is enabled, appears when the cursor passes over any list view item. Hover selection is enabled by setting the LVS_EX_TRACKSELECT extended style.