Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.CMVisiblechanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMVisiblechanged(var Message: TMessage); message CM_VISIBLECHANGED;

C++

HIDESBASE MESSAGE void __fastcall CMVisiblechanged(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 visibility has changed.

CMVisiblechanged is used internally when the visibility of an item's caption on the Quick Access Toolbar has changed.

See Also