CWindow::ScrollWindow

 

Scrolls the specified client area.

Syntax

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

Remarks

See ScrollWindow in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::ScrollWindowEx
RECT