COleControl::OnEnabledChanged

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

Syntax

virtual void OnEnabledChanged( );

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, InvalidateControl, COleControl::SetEnabled, COleControl::GetEnabled