次の方法で共有


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 クラス

CWindow::ScrollWindow

RECT