COleControl::OnEnabledChanged

Called by the framework when the stock Enabled property value has changed.

virtual void OnEnabledChanged( );

Remarks

Override this function if you want notification after this property changes. The default implementation calls InvalidateControl.

Requirements

Header: afxctl.h

See Also

Reference

COleControl Class

Hierarchy Chart

COleControl::SetEnabled

COleControl::GetEnabled

Other Resources

COleControl Members