Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.Customize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Customize;

C++

void __fastcall Customize();

Properties

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

Description

Opens the Customize Dialog for the Quick Access Toolbar actions.

Customize calls the DoMoreCommands method, used to open the Customize Dialog, in which you can view commands, add commands to, or remove commands from the Quick Access Toolbar.

See Also