CScrollBar::GetScrollRange

This method copies the current minimum and maximum scroll-bar positions for the specified scroll bar to the locations specified by lpMinPos and lpMaxPos.

The default range for a scroll-bar control is empty (both values are 0).

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

void GetScrollRange( LPINT lpMinPos, LPINT lpMaxPos ) const;

See Also

CScrollBar::SetScrollRange, CScrollBar::GetScrollPos, CScrollBar::SetScrollPos