C++
BOOL GetViewRect( LPRECT lpRect ) const;
Description
Retrieves the rectangle of the view in which the items are displayed. This rectangle is the view's client area excluding the margins. The rectangle is in client coordinates.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
lpRect | Output pointer to RECT structure to receive the rectangle |