CListCtrl::HitTest

This method determines which list view item, if any, is at a specified position.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int HitTest( LV_HITTESTINFO* pHitTestInfo ) const; int HitTest( CPoint pt,
UINT*
pFlags = NULL ) const;

See Also

CListCtrl::SetItemPosition, CListCtrl::GetItemPosition