CWindow::ScrollWindow

BOOL ScrollWindow( int xAmount, int yAmount, LPCRECT lpRect = NULL, LPCRECT lpClipRect = NULL );

See ScrollWindow in the Win32 SDK.

Remarks

Scrolls the specified client area.

CWindow OverviewClass Members

See Also   CWindow::ScrollWindowEx, RECT