Compartir a través de


CWindow::ScrollWindowEx

Desplaza el área cliente especificada con características adicionales.

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

Comentarios

Vea ScrollWindowEx en Windows SDK.

Requisitos

encabezado: atlwin.h

Vea también

Referencia

Clase de CWindow

CWindow::ScrollWindow

RECT