Sdílet prostřednictvím


CWindow::Invalidate

Zruší platnost celé oblasti klienta.

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

Poznámky

Viz InvalidateRect v .

Průchody NULL pro RECT parametr InvalidateRect funkci Win32.

Příklad

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

Požadavky

Záhlaví: atlwin.h

Viz také

Referenční dokumentace

Třída CWindow

CWindow::InvalidateRect

CWindow::InvalidateRgn

CWindow::ValidateRect

CWindow::ValidateRgn