COleControl::OnFreezeEvents

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

Syntax

virtual void OnFreezeEvents( BOOL bFreeze );

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