CComControl::FireViewChange

This method notifies the container that you want to redraw the entire control if the control is active (the control class data member m_bInPlaceActive is TRUE). If the control is inactive, this method notifies the control's registered advise sinks (through the control class data member m_spAdviseSink) that the control's view has changed.

Syntax

HRESULT FireViewChange( );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComControl Overview, CComControl Methods