Vcl.Ribbon.TQuickAccessToolbar.ShowMinimize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowMinimize: Boolean read FShowMinimize write SetShowMinimize default True;

C++

__property bool ShowMinimize = {read=FShowMinimize, write=SetShowMinimize, default=1};

Properties

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

Description

Specifies whether the ribbon is minimized or not.

ShowMinimize returns True if the ribbon is minimized, False otherwise. The ribbon can be minimized from the Quick Access Toolbar menu.

See Also