Vcl.Ribbon.TQuickAccessToolbar.ActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionBar: TCustomRibbonQuickAccessToolbar read FActionBar write SetActionBar;

C++

__property TCustomRibbonQuickAccessToolbar* ActionBar = {read=FActionBar, write=SetActionBar};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TQuickAccessToolbar

Description

Specifies the action band where the Quick Access Toolbar is rendered.

ActionBar is used internally to specify the action band that the Quick Access Toolbar is rendered on.

See Also