CWindow::Invalidate

BOOL Invalidate( BOOL bErase = TRUE );

See InvalidateRect in the Win32 SDK.

Remarks

Invalidates the entire client area. Passes NULL for the RECT parameter to the InvalidateRect Win32 function.

CWindow OverviewClass Members

See Also   CWindow::InvalidateRect, CWindow::InvalidateRgn, CWindow::ValidateRect, CWindow::ValidateRgn