COleControl::OnTextChanged

This member function is called by the framework when the stock Caption or Text property value has changed. The default implementation calls COleControl::InvalidateControl.

Syntax

virtual void OnTextChanged( );

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::SetText, COleControl::InternalGetText, COleControl::InvalidateControl