COleControl::InvalidateControl

This method invalidates an area of the displayed control, causing it to be redrawn.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void InvalidateControl( LPCRECT lpRect = NULL, BOOL bErase = TRUE);

See Also

COleControl::Refresh