virtual void OnFontChanged( );
Remarks
Called by the framework when the stock Font property value has changed. The default implementation calls COleControl::InvalidateControl. If the control is subclassing a Windows control, the default implementation also sends a WM_SETFONT message to the control’s window.
Override this function if you want notification after this property changes.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::GetFont, COleControl::InternalGetFont, COleControl::InvalidateControl