CScrollBar::GetScrollPos

This method retrieves the current position of a scroll box. The current position is a relative value that depends on the current scrolling range. For example, if the scrolling range is 100 to 200 and the scroll box is in the middle of the bar, the current position is 150.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int GetScrollPos( ) const;

See Also

CScrollBar::SetScrollPos, CScrollBar::GetScrollRange, CScrollBar::SetScrollRange