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.
HRESULT FireViewChange( );
Header file: | Atlctl.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
CComControl Overview, CComControl Methods