Vcl.Ribbon.TCustomRibbon.Minimized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Minimized: Boolean read FMinimized write SetMinimized;

C++

__property bool Minimized = {read=FMinimized, write=SetMinimized, nodefault};

Properties

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

Description

Show Ribbon in minimized state where tabs can be selected but are not visible.

Minimized indicates whether to show the Ribbon in a minimized state where tabs can be selected but are not visible. When Minimized is True, Tabs still function. You can access the tabs by selecting the desired Tab with the mouse or switching to the tab by using tab allocated KeyTips.