API:Vcl.Ribbon.TRibbon.HideTabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideTabs: Boolean read FHideTabs write SetHideTabs default 0;

C++

__property HideTabs = {default=0};

Properties

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

Description

Shows or hides Tab portion of Ribbon.

Vcl.Ribbon.TRibbon.HideTabs inherits from Vcl.Ribbon.TCustomRibbon.HideTabs. All content below this line refers to Vcl.Ribbon.TCustomRibbon.HideTabs.

Shows or hides Tab portion of Ribbon.

HideTabs shows or hides the Tab portion of the Ribbon. When HideTabs is True, the user cannot access any of the Tabs on the Ribbon.