COleControl::OnFreezeEvents

This method is called by the framework when a control's events are frozen or unfrozen. Override this method if to implement some special behavior when event handling is frozen or unfrozen. The default implementation does nothing.

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

virtual void OnFreezeEvents( BOOL bFreeze );