COleControl::InvalidateRgn

Call this member function to invalidate the container window's client area within the given region. This function can be used to redraw windowless controls in the region.

Syntax

void InvalidateRgn( CRgn* pRgn, BOOL bErase = TRUE );

At a Glance

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

See Also

COleControl Overview, COleControl Member Functions, Control Classes