CWindow::ScrollWindowEx

Scorre l'area client specificata con funzionalità aggiuntive.

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

Note

Vedere ScrollWindowEx in Windows SDK.

Requisiti

Header: atlwin.h

Vedere anche

Riferimenti

Classe di CWindow

CWindow::ScrollWindow

RECT