COleControl::OnResetState

This method is called by the framework when the control's properties should be set to their default values. The default implementation calls COleControl::DoPropExchange, passing a CPropExchange object that causes properties to be set to their default values.

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 OnResetState( );

See Also

COleControl::DoPropExchange, COleControl::OnSetClientSite