CWindow::ScrollWindowEx

This method scrolls the specified client area with additional features.

Syntax

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

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

Windows CE dosn't support the SW_SCROLLCHILDREN flag in the flags parameter to this method.

See Also

CWindow Overview, CWindow Methods