CWindow::Invalidate

Löscht den gesamten Clientbereich ungültig.

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

Hinweise

Siehe InvalidateRect in Windows SDK.

übergibt NULL für den RECT-Parameter für die Funktion InvalidateRect Win32.

Beispiel

//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();

Anforderungen

Header: atlwin.h

Siehe auch

Referenz

CWindow-Klasse

CWindow::InvalidateRect

CWindow::InvalidateRgn

CWindow::ValidateRect

CWindow::ValidateRgn