Vcl.Ribbon.TCustomRibbon.DoAddToQuickAccessToolbar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAddToQuickAccessToolbar; virtual;

C++

virtual void __fastcall DoAddToQuickAccessToolbar();

Properties

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

Description

Adds or removes the selected control or group to or from the Quick Access Toolbar.

The control or group to be added is determined in the DoContextPopup method.

If FContextMenuOptions contains cmoShowAdd, then the command is added. If FContextMenuOptions contains cmoShowRemove, then the command is removed.

See Also