Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.CMFontchanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMFontchanged(var Message: TMessage); message CM_FONTCHANGED;

C++

HIDESBASE MESSAGE void __fastcall CMFontchanged(Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Called when the font has changed.

CMFontchanged is used internally when the font of the item's caption on the Quick Access Toolbar has changed.

See Also