Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoMoreCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMoreCommands; virtual;

C++

virtual void __fastcall DoMoreCommands();

Properties

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

Description

Opens the Customize Dialog for the Quick Access Toolbar actions.

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

See Also