CListCtrl::GetHotItem
Visual Studio 2005
Retrieves the list view item currently under the cursor.
int GetHotItem( );
This member function implements the behavior of the Win32 macro, ListView_GetHotItem, as described in the Platform SDK. The hot item is defined as the currently selected item when hot tracking (and hover selection) is enabled.
If hot tracking is enabled, when a user pauses over a list view item, the item label is automatically highlighted without the use of a mouse button.