Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::GetViewRect

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.