CWindow::Invalidate
Invalida toda a área cliente.
BOOL Invalidate(
BOOL bErase = TRUE
) throw();
Comentários
Consulte InvalidateRect em Windows SDK.
Passa NULO para o parâmetro de RECT à função de InvalidateRect Win32.
Exemplo
//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();
Requisitos
Cabeçalho: atlwin.h