CScrollView::GetDeviceScrollSizes

Call this member function to retrieve the current mapping mode, the total size, and the line and page sizes of the scrollable view.

Syntax

void GetDeviceScrollSizes( int& nMapMode, SIZE& sizeTotal, SIZE& sizePage, SIZE& sizeLine ) const;

At a Glance

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

See Also

CScrollView Overview, CScrollView Member Functions, View Classes, CScrollView::SetScrollSizes, CScrollView::GetTotalSize