COleControl::OnFontChanged

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 OverviewClass MembersHierarchy Chart

See Also   COleControl::GetFont, COleControl::InternalGetFont, COleControl::InvalidateControl