Vcl.Ribbon.TQuickAccessToolbar.ShowMoreCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowMoreCommands: Boolean read FShowMoreCommands write SetShowMoreCommands default True;

C++

__property bool ShowMoreCommands = {read=FShowMoreCommands, write=SetShowMoreCommands, default=1};

Properties

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

Description

Specifies the visibility of the More Commands... control.

Set ShowMoreCommands to True to be able to view commands in, add commands to, or remove commands from the Quick Access Toolbar. Set ShowMoreCommands to False for this control to be hidden.

See Also