Partager via


CWindow::Invalidate

Invalide la zone cliente entière.

BOOL Invalidate(
   BOOL bErase = TRUE 
) throw();

Notes

Consultez l' InvalidateRect dans Kit de développement logiciel Windows.

Exécute NULL du paramètre d' RECT à la fonction d' InvalidateRect Win32.

Exemple

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::Invalidate() to invalidate the entire client area

CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.Invalidate();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

Classe de CWindow

CWindow::InvalidateRect

CWindow::InvalidateRgn

CWindow::ValidateRect

CWindow::ValidateRgn