COleControl::OnEnabledChanged

This method is called by the framework when the stock Enabled property is changed. Override this method if you want notification after this property changes. The default implementation calls InvalidateControl.

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

See Also

InvalidateControl, COleControl::SetEnabled, COleControl::GetEnabled