CListCtrl::GetHotItem

int GetHotItem( );

Return Value

The index of the current hot item of the list view control.

Remarks

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 highlited without the use of a mouse button.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetHotCursor