BCGControlBar Pro for MFC

Detailed Description

The CBCGPPostRedraw class is a helper class that simplifies implementing of the flicker-less controls. It calls CWnd::SetRedraw(FALSE) in the constructor and CWnd::SetRedraw(TRUE) + CWnd::RedrawWindow in the destructor.

Public Member Functions

 CBCGPPostRedrawA default constructor.