COleControlContainer::FreezeAllEvents

Determines if the container will ignore events from the attached control sites or accept them.

void FreezeAllEvents(
   BOOL bFreeze 
);

Parameters

  • bFreeze
    Nonzero if events will be processed; otherwise 0.

Remarks

참고

The control is not required to stop firing events if requested by the control container. It can continue firing but all subsequent events will be ignored by the control container.

Requirements

Header: afxocc.h

See Also

Reference

COleControlContainer Class

Hierarchy Chart

Other Resources

COleControlContainer Members