CListBox::GetItemRect

Call this member function to retrieve the dimensions of the rectangle that bounds a list-box item as it is currently displayed in the list-box window.

Syntax

int GetItemRect( int nIndex, LPRECT lpRect ) const;

At a Glance

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

See Also

CListBox Overview, CListBox Member Functions, Control Classes