COleControl::OnTextChanged

Called by the framework when the stock Caption or Text property value has changed.

virtual void OnTextChanged( );

Remarks

The default implementation calls InvalidateControl.

Override this function if you want notification after this property changes.

Requirements

Header: afxctl.h

See Also

Concepts

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::SetText

COleControl::InternalGetText

COleControl::InvalidateControl