Vcl.Ribbon.TCustomActionControlBar.CMControlChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMControlChange(var Message: TCMControlChange); message CM_CONTROLCHANGE;

C++

MESSAGE void __fastcall CMControlChange(Vcl::Controls::TCMControlChange &Message);

Properties

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

Description

CMControlChange is called when a ribbon control has changed.

CMControlChange is used when a ribbon control has changed.

See Also