Vcl.Ribbon.TCustomRibbon.QuickAccessToolbar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QuickAccessToolbar: TQuickAccessToolbar read FQuickAccessToolbar write SetQuickAccessToolbar;

C++

__property TQuickAccessToolbar* QuickAccessToolbar = {read=FQuickAccessToolbar, write=SetQuickAccessToolbar};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Properties associated with TQuickAccessToolbar.

QuickAccessToolbar has the properties associated with the TQuickAccessToolbar on the ribbon. Use these properties to change the appearance of the Quick Access Toolbar as displayed on the ribbon.

See Also