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

CWindow Class

CWindow::ScrollWindow

RECT