COleControl::OnResetState

This member function 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.

Syntax

virtual void OnResetState( );

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, COleControl::DoPropExchange, COleControl::OnSetClientSite