Condividi tramite


CWindow::UpdateWindow

Aggiorna l'area client.

BOOL UpdateWindow( ) throw();

Note

Vedere UpdateWindow in Windows SDK.

Esempio

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::UpdateWindow() to update the window

CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bUpdated = myWindow.UpdateWindow();

Requisiti

Header: atlwin.h

Vedere anche

Riferimenti

Classe di CWindow

CWindow::RedrawWindow