CListCtrl::GetViewRect
Visual Studio .NET 2003
Retrieves the bounding rectangle of all items in the list view control.
BOOL GetViewRect( LPRECT lpRect ) const;
Parameters
- lpRect
- Address of a RECT structure.
Return Value
Nonzero if successful; otherwise zero.
Remarks
The list view must be in icon view or small icon view.
See Also
CListCtrl Overview | Class Members | Hierarchy Chart | CListCtrl::GetTopIndex