Vcl.Ribbon.TRibbonGroupCollapsedControl.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 TRibbonGroupCollapsedControl

Description

Called when the font of the caption of the collapsed ribbon group control has changed. It is used internally.

See Also