CListCtrl::GetItemRect

Call this member function to retrieve the bounding rectangle for all or part of an item in the current view.

Syntax

BOOL GetItemRect( int nItem, LPRECT lpRect, UINT nCode ) const;

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListCtrl Overview, CListCtrl Member Functions, Control Classes, CListCtrl::GetItemPosition, CListCtrl::SetItemPosition, CListCtrl::GetOrigin