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).
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 |
void GetScrollRange( LPINT lpMinPos, LPINT lpMaxPos ) const;
CScrollBar::SetScrollRange, CScrollBar::GetScrollPos, CScrollBar::SetScrollPos