CWindow::Invalidate

This method invalidates the entire client area and passes NULL for the RECT parameter to the InvalidateRect Win32 function.

Syntax

BOOL Invalidate( BOOL bErase = TRUE );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindow Overview, CWindow Methods, CWindow::InvalidateRect, CWindow::ValidateRect