CWindow::ScrollWindowEx

Scrolls the specified client area with additional features.

int ScrollWindowEx( 
   int dx, 
   int dy, 
   LPCRECT lpRectScroll, 
   LPCRECT lpRectClip, 
   HRGN hRgnUpdate, 
   LPRECT lpRectUpdate, 
   UINT flags  
) throw();

Remarks

See ScrollWindowEx in the Windows SDK.

Requirements

Header: atlwin.h

See Also

Reference

CWindow Class

CWindow::ScrollWindow

RECT