Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.ShowCustomizeMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowCustomizeMenu(AScrollBtn: TRibbonQATScrollButton); virtual;

C++

virtual void __fastcall ShowCustomizeMenu(Vcl::Ribbonactnctrls::TRibbonQATScrollButton* AScrollBtn);

Properties

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

Description

Opens the Customize dialog.

ShowCustomizeMenu to open the Customize dialog, in which you can view commands, add commands to, or remove commands from the Quick Access Toolbar. The same dialog can be opened by pressing More Comands....

See Also