共用方式為


CWindow::ScrollWindowEx

移動與其他功能之指定的工作區。

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

備註

請參閱在 Windows SDK的 ScrollWindowEx

需求

Header: atlwin.h

請參閱

參考

CWindow Class

CWindow::ScrollWindow

RECT